Lines Matching +full:usb2_vbus +full:- +full:supply

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (C) 2017 Chen-Yu Tsai <wens@csie.org>
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
16 stdout-path = "serial0:115200n8";
20 compatible = "gpio-leds";
25 default-state = "on";
35 compatible = "gpio-keys";
45 compatible = "regulator-fixed";
46 regulator-name = "vcc1v2";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
49 regulator-always-on;
50 regulator-boot-on;
51 vin-supply = <&reg_vcc5v0>;
53 enable-active-high;
57 compatible = "regulator-fixed";
58 regulator-name = "vcc3v3";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
61 vin-supply = <&reg_vcc5v0>;
66 compatible = "regulator-fixed";
67 regulator-name = "vcc5v0";
68 regulator-min-microvolt = <5000000>;
69 regulator-max-microvolt = <5000000>;
72 reg_vcc_dram: vcc-dram {
73 compatible = "regulator-fixed";
74 regulator-name = "vcc-dram";
75 regulator-min-microvolt = <1500000>;
76 regulator-max-microvolt = <1500000>;
77 regulator-always-on;
78 regulator-boot-on;
79 vin-supply = <&reg_vcc5v0>;
81 enable-active-high;
84 reg_vcc_io: vcc-io {
85 compatible = "regulator-fixed";
86 regulator-name = "vcc-io";
87 regulator-min-microvolt = <3300000>;
88 regulator-max-microvolt = <3300000>;
89 regulator-always-on;
90 regulator-boot-on;
91 vin-supply = <&reg_vcc3v3>;
95 reg_vdd_cpux: vdd-cpux {
96 compatible = "regulator-fixed";
97 regulator-name = "vdd-cpux";
98 regulator-min-microvolt = <3300000>;
99 regulator-max-microvolt = <3300000>;
100 regulator-always-on;
101 regulator-boot-on;
102 vin-supply = <&reg_vcc5v0>;
104 enable-active-high;
121 phy-handle = <&int_mii_phy>;
122 phy-mode = "mii";
123 allwinner,leds-active-low;
128 pinctrl-names = "default";
129 pinctrl-0 = <&ir_pins_a>;
134 vmmc-supply = <&reg_vcc_io>;
135 bus-width = <4>;
136 cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */
137 cd-inverted;
142 pinctrl-names = "default";
143 pinctrl-0 = <&mmc2_8bit_pins>;
144 vmmc-supply = <&reg_vcc_io>;
145 bus-width = <8>;
146 non-removable;
163 pinctrl-names = "default";
164 pinctrl-0 = <&uart0_pins_a>;
170 usb0_vbus-supply = <&reg_vcc5v0>;
171 usb1_vbus-supply = <&reg_vcc5v0>;
172 usb2_vbus-supply = <&reg_vcc5v0>;
173 usb3_vbus-supply = <&reg_vcc5v0>;