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";
45 gpio-keys {
46 compatible = "gpio-keys";
48 key-power {
52 wakeup-source;
57 compatible = "regulator-fixed";
58 regulator-name = "vcc1v2";
59 regulator-min-microvolt = <1200000>;
60 regulator-max-microvolt = <1200000>;
61 regulator-always-on;
62 regulator-boot-on;
63 vin-supply = <&reg_vcc5v0>;
65 enable-active-high;
69 compatible = "regulator-fixed";
70 regulator-name = "vcc3v3";
71 regulator-min-microvolt = <3300000>;
72 regulator-max-microvolt = <3300000>;
73 vin-supply = <&reg_vcc5v0>;
78 compatible = "regulator-fixed";
79 regulator-name = "vcc5v0";
80 regulator-min-microvolt = <5000000>;
81 regulator-max-microvolt = <5000000>;
84 reg_vcc_dram: vcc-dram {
85 compatible = "regulator-fixed";
86 regulator-name = "vcc-dram";
87 regulator-min-microvolt = <1500000>;
88 regulator-max-microvolt = <1500000>;
89 regulator-always-on;
90 regulator-boot-on;
91 vin-supply = <&reg_vcc5v0>;
93 enable-active-high;
96 reg_vcc_io: vcc-io {
97 compatible = "regulator-fixed";
98 regulator-name = "vcc-io";
99 regulator-min-microvolt = <3300000>;
100 regulator-max-microvolt = <3300000>;
101 regulator-always-on;
102 regulator-boot-on;
103 vin-supply = <&reg_vcc3v3>;
107 reg_vdd_cpux: vdd-cpux {
108 compatible = "regulator-fixed";
109 regulator-name = "vdd-cpux";
110 regulator-min-microvolt = <1200000>;
111 regulator-max-microvolt = <1200000>;
112 regulator-always-on;
113 regulator-boot-on;
114 vin-supply = <&reg_vcc5v0>;
116 enable-active-high;
121 allwinner,audio-routing =
129 cpu-supply = <&reg_vdd_cpux>;
133 cpu-supply = <&reg_vdd_cpux>;
137 cpu-supply = <&reg_vdd_cpux>;
141 cpu-supply = <&reg_vdd_cpux>;
165 phy-handle = <&int_mii_phy>;
166 phy-mode = "mii";
167 allwinner,leds-active-low;
177 remote-endpoint = <&hdmi_con_in>;
182 pinctrl-names = "default";
183 pinctrl-0 = <&r_ir_rx_pin>;
188 vmmc-supply = <&reg_vcc_io>;
189 bus-width = <4>;
190 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
195 pinctrl-names = "default";
196 pinctrl-0 = <&mmc2_8bit_pins>;
197 vmmc-supply = <&reg_vcc_io>;
198 bus-width = <8>;
199 non-removable;
220 pinctrl-names = "default";
221 pinctrl-0 = <&uart0_pa_pins>;
232 usb0_vbus-supply = <&reg_vcc5v0>;
233 usb1_vbus-supply = <&reg_vcc5v0>;
234 usb2_vbus-supply = <&reg_vcc5v0>;
235 usb3_vbus-supply = <&reg_vcc5v0>;