Lines Matching +full:ir +full:- +full:spi +full:- +full:led

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 /dts-v1/;
5 #include "sun50i-h5.dtsi"
6 #include "sun50i-h5-cpu-opp.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/pinctrl/sun4i-a10.h>
14 compatible = "xunlong,orangepi-pc2", "allwinner,sun50i-h5";
17 compatible = "regulator-fixed";
18 regulator-name = "vcc3v3";
19 regulator-min-microvolt = <3300000>;
20 regulator-max-microvolt = <3300000>;
29 stdout-path = "serial0:115200n8";
33 compatible = "hdmi-connector";
38 remote-endpoint = <&hdmi_out_con>;
44 compatible = "gpio-leds";
46 led-0 {
49 default-state = "on";
52 led-1 {
58 gpio-keys {
59 compatible = "gpio-keys";
61 key-sw4 {
65 wakeup-source;
69 reg_gmac_3v3: gmac-3v3 {
70 compatible = "regulator-fixed";
71 regulator-name = "gmac-3v3";
72 regulator-min-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
74 startup-delay-us = <100000>;
75 enable-active-high;
79 reg_usb0_vbus: usb0-vbus {
80 compatible = "regulator-fixed";
81 regulator-name = "usb0-vbus";
82 regulator-min-microvolt = <5000000>;
83 regulator-max-microvolt = <5000000>;
84 enable-active-high;
91 allwinner,audio-routing =
99 cpu-supply = <&reg_vdd_cpux>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&emac_rgmii_pins>;
125 phy-supply = <&reg_gmac_3v3>;
126 phy-handle = <&ext_rgmii_phy>;
127 phy-mode = "rgmii-id";
132 ext_rgmii_phy: ethernet-phy@1 {
133 compatible = "ethernet-phy-ieee802.3-c22";
144 remote-endpoint = <&hdmi_con_in>;
148 &ir {
149 pinctrl-names = "default";
150 pinctrl-0 = <&r_ir_rx_pin>;
155 vmmc-supply = <&reg_vcc3v3>;
156 bus-width = <4>;
157 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
183 regulator-name = "vdd-cpux";
184 silergy,fixed-microvolt = <1100000>;
185 regulator-min-microvolt = <1000000>;
186 regulator-max-microvolt = <1400000>;
187 regulator-ramp-delay = <200>;
188 regulator-boot-on;
189 regulator-always-on;
197 #address-cells = <1>;
198 #size-cells = <1>;
199 compatible = "jedec,spi-nor";
201 spi-max-frequency = <40000000>;
206 pinctrl-names = "default";
207 pinctrl-0 = <&uart0_pa_pins>;
212 pinctrl-names = "default";
213 pinctrl-0 = <&uart1_pins>;
218 pinctrl-names = "default";
219 pinctrl-0 = <&uart2_pins>;
229 /* USB Type-A ports' VBUS is always on */
230 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
231 usb0_vbus-supply = <&reg_usb0_vbus>;