Lines Matching +full:hdmi +full:- +full:pwr +full:- +full:supply

4  * Based on sun50i-h5-orangepi-pc2.dts, which is:
7 * This file is dual-licensed: you can use it either under the terms
46 /dts-v1/;
47 #include "sun50i-h5.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
54 compatible = "xunlong,orangepi-prime", "allwinner,sun50i-h5";
62 stdout-path = "serial0:115200n8";
66 compatible = "hdmi-connector";
71 remote-endpoint = <&hdmi_out_con>;
77 compatible = "gpio-leds";
79 pwr {
80 label = "orangepi:green:pwr";
82 default-state = "on";
91 r-gpio-keys {
92 compatible = "gpio-keys";
101 reg_gmac_3v3: gmac-3v3 {
102 compatible = "regulator-fixed";
103 regulator-name = "gmac-3v3";
104 regulator-min-microvolt = <3300000>;
105 regulator-max-microvolt = <3300000>;
106 startup-delay-us = <100000>;
107 enable-active-high;
112 compatible = "regulator-fixed";
113 regulator-name = "vcc3v3";
114 regulator-min-microvolt = <3300000>;
115 regulator-max-microvolt = <3300000>;
118 reg_usb0_vbus: usb0-vbus {
119 compatible = "regulator-fixed";
120 regulator-name = "usb0-vbus";
121 regulator-min-microvolt = <5000000>;
122 regulator-max-microvolt = <5000000>;
123 enable-active-high;
129 compatible = "mmc-pwrseq-simple";
130 reset-gpios = <&pio 2 14 GPIO_ACTIVE_LOW>; /* PC14 */
135 allwinner,audio-routing =
163 pinctrl-names = "default";
164 pinctrl-0 = <&emac_rgmii_pins>;
165 phy-supply = <&reg_gmac_3v3>;
166 phy-handle = <&ext_rgmii_phy>;
167 phy-mode = "rgmii";
172 ext_rgmii_phy: ethernet-phy@1 {
173 compatible = "ethernet-phy-ieee802.3-c22";
178 &hdmi {
184 remote-endpoint = <&hdmi_con_in>;
189 pinctrl-names = "default";
190 pinctrl-0 = <&ir_pins_a>;
195 vmmc-supply = <&reg_vcc3v3>;
196 bus-width = <4>;
197 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
202 vmmc-supply = <&reg_vcc3v3>;
203 mmc-pwrseq = <&wifi_pwrseq>;
204 bus-width = <4>;
205 non-removable;
226 pinctrl-names = "default";
227 pinctrl-0 = <&uart0_pins_a>;
232 pinctrl-names = "default";
233 pinctrl-0 = <&uart1_pins>;
238 pinctrl-names = "default";
239 pinctrl-0 = <&uart2_pins>;
249 /* USB Type-A ports' VBUS is always on */
250 usb0_id_det-gpios = <&pio 0 21 GPIO_ACTIVE_HIGH>; /* PA21 */
251 usb0_vbus-supply = <&reg_usb0_vbus>;