Lines Matching +full:usb0_vbus +full:- +full:supply

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include "sun8i-h3.dtsi"
8 #include "sunxi-common-regulators.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
15 compatible = "friendlyarm,nanopi-duo2", "allwinner,sun8i-h3";
22 stdout-path = "serial0:115200n8";
26 compatible = "gpio-leds";
28 led-0 {
31 default-state = "on";
34 led-1 {
40 gpio-keys {
41 compatible = "gpio-keys";
43 key-0 {
50 reg_vdd_cpux: vdd-cpux-regulator {
51 compatible = "regulator-gpio";
52 regulator-name = "vdd-cpux";
53 regulator-min-microvolt = <1100000>;
54 regulator-max-microvolt = <1300000>;
55 regulator-always-on;
56 regulator-boot-on;
57 regulator-ramp-delay = <50>; /* 4ms */
59 enable-active-high;
60 enable-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
62 gpios-states = <0x1>;
66 reg_vcc_dram: vcc-dram {
67 compatible = "regulator-fixed";
68 regulator-name = "vcc-dram";
69 regulator-min-microvolt = <1500000>;
70 regulator-max-microvolt = <1500000>;
71 regulator-always-on;
72 regulator-boot-on;
73 enable-active-high;
75 vin-supply = <&reg_vcc5v0>;
78 reg_vdd_sys: vdd-sys {
79 compatible = "regulator-fixed";
80 regulator-name = "vdd-sys";
81 regulator-min-microvolt = <1200000>;
82 regulator-max-microvolt = <1200000>;
83 regulator-always-on;
84 regulator-boot-on;
85 enable-active-high;
87 vin-supply = <&reg_vcc5v0>;
91 compatible = "mmc-pwrseq-simple";
92 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
94 clock-names = "ext_clock";
100 cpu-supply = <&reg_vdd_cpux>;
108 bus-width = <4>;
109 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
111 vmmc-supply = <&reg_vcc3v3>;
115 vmmc-supply = <&reg_vcc3v3>;
116 vqmmc-supply = <&reg_vcc3v3>;
117 mmc-pwrseq = <&wifi_pwrseq>;
118 bus-width = <4>;
119 non-removable;
124 compatible = "brcm,bcm4329-fmac";
125 interrupt-parent = <&pio>;
127 interrupt-names = "host-wake";
141 pinctrl-names = "default";
142 pinctrl-0 = <&uart0_pa_pins>;
147 pinctrl-names = "default";
148 pinctrl-0 = <&uart2_pins>, <&uart2_rts_cts_pins>;
149 uart-has-rtscts;
153 compatible = "brcm,bcm43438-bt";
155 clock-names = "lpo";
156 vbat-supply = <&reg_vcc3v3>;
157 vddio-supply = <&reg_vcc3v3>;
158 device-wakeup-gpios = <&pio 0 8 GPIO_ACTIVE_HIGH>; /* PA8 */
159 host-wakeup-gpios = <&pio 0 7 GPIO_ACTIVE_HIGH>; /* PA7 */
160 shutdown-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
170 usb0_id_det-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
171 usb0_vbus-supply = <&reg_usb0_vbus>;