Lines Matching +full:vin +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 = "hdmi-connector";
25 remote-endpoint = <&hdmi_out_con>;
31 compatible = "gpio-leds";
36 default-state = "on";
46 compatible = "gpio-keys";
56 compatible = "regulator-fixed";
57 regulator-name = "vcc1v2";
58 regulator-min-microvolt = <1200000>;
59 regulator-max-microvolt = <1200000>;
60 regulator-always-on;
61 regulator-boot-on;
62 vin-supply = <®_vcc5v0>;
64 enable-active-high;
68 compatible = "regulator-fixed";
69 regulator-name = "vcc3v3";
70 regulator-min-microvolt = <3300000>;
71 regulator-max-microvolt = <3300000>;
72 vin-supply = <®_vcc5v0>;
77 compatible = "regulator-fixed";
78 regulator-name = "vcc5v0";
79 regulator-min-microvolt = <5000000>;
80 regulator-max-microvolt = <5000000>;
83 reg_vcc_dram: vcc-dram {
84 compatible = "regulator-fixed";
85 regulator-name = "vcc-dram";
86 regulator-min-microvolt = <1500000>;
87 regulator-max-microvolt = <1500000>;
88 regulator-always-on;
89 regulator-boot-on;
90 vin-supply = <®_vcc5v0>;
92 enable-active-high;
95 reg_vcc_io: vcc-io {
96 compatible = "regulator-fixed";
97 regulator-name = "vcc-io";
98 regulator-min-microvolt = <3300000>;
99 regulator-max-microvolt = <3300000>;
100 regulator-always-on;
101 regulator-boot-on;
102 vin-supply = <®_vcc3v3>;
106 reg_vdd_cpux: vdd-cpux {
107 compatible = "regulator-fixed";
108 regulator-name = "vdd-cpux";
109 regulator-min-microvolt = <1200000>;
110 regulator-max-microvolt = <1200000>;
111 regulator-always-on;
112 regulator-boot-on;
113 vin-supply = <®_vcc5v0>;
115 enable-active-high;
120 allwinner,audio-routing =
128 cpu-supply = <®_vdd_cpux>;
132 cpu-supply = <®_vdd_cpux>;
136 cpu-supply = <®_vdd_cpux>;
140 cpu-supply = <®_vdd_cpux>;
164 phy-handle = <&int_mii_phy>;
165 phy-mode = "mii";
166 allwinner,leds-active-low;
176 remote-endpoint = <&hdmi_con_in>;
181 pinctrl-names = "default";
182 pinctrl-0 = <&r_ir_rx_pin>;
187 vmmc-supply = <®_vcc_io>;
188 bus-width = <4>;
189 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
194 pinctrl-names = "default";
195 pinctrl-0 = <&mmc2_8bit_pins>;
196 vmmc-supply = <®_vcc_io>;
197 bus-width = <8>;
198 non-removable;
219 pinctrl-names = "default";
220 pinctrl-0 = <&uart0_pa_pins>;
231 usb0_vbus-supply = <®_vcc5v0>;
232 usb1_vbus-supply = <®_vcc5v0>;
233 usb2_vbus-supply = <®_vcc5v0>;
234 usb3_vbus-supply = <®_vcc5v0>;