Lines Matching +full:vcc1 +full:- +full:supply

1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014 NovaTech LLC - https://www.novatechweb.com
5 /dts-v1/;
11 compatible = "novatech,am335x-lxm", "ti,am33xx";
15 cpu0-supply = <&vdd1_reg>;
24 /* Power supply provides a fixed 5V @2A */
26 compatible = "regulator-fixed";
27 regulator-name = "vbat";
28 regulator-min-microvolt = <5000000>;
29 regulator-max-microvolt = <5000000>;
30 regulator-boot-on;
33 /* Power supply provides a fixed 3.3V @3A */
35 compatible = "regulator-fixed";
36 regulator-name = "vmmcsd_fixed";
37 regulator-min-microvolt = <3300000>;
38 regulator-max-microvolt = <3300000>;
39 regulator-boot-on;
44 mmc1_pins: mmc1-pins {
45 pinctrl-single,pins = <
55 i2c0_pins: i2c0-pins {
56 pinctrl-single,pins = <
62 cpsw_default: cpsw-default-pins {
63 pinctrl-single,pins = <
88 cpsw_sleep: cpsw-sleep-pins {
89 pinctrl-single,pins = <
114 davinci_mdio_default: davinci-mdio-default-pins {
115 pinctrl-single,pins = <
122 davinci_mdio_sleep: davinci-mdio-sleep-pins {
123 pinctrl-single,pins = <
130 emmc_pins: emmc-pins {
131 pinctrl-single,pins = <
145 uart0_pins: uart0-pins {
146 pinctrl-single,pins = <
154 pinctrl-names = "default";
155 pinctrl-0 = <&i2c0_pins>;
158 clock-frequency = <400000>;
163 gpio-controller;
164 #gpio-cells = <2>;
170 gpio-controller;
171 #gpio-cells = <2>;
183 vcc1-supply = <&vbat>;
184 vcc2-supply = <&vbat>;
185 vcc3-supply = <&vbat>;
186 vcc4-supply = <&vbat>;
187 vcc5-supply = <&vbat>;
188 vcc6-supply = <&vbat>;
189 vcc7-supply = <&vbat>;
190 vccio-supply = <&vbat>;
193 /* vrtc - unused */
196 regulator-name = "vio_1v5,ddr";
197 regulator-min-microvolt = <1500000>;
198 regulator-max-microvolt = <1500000>;
199 regulator-boot-on;
200 regulator-always-on;
204 regulator-name = "vdd1,mpu";
205 regulator-min-microvolt = <600000>;
206 regulator-max-microvolt = <1500000>;
207 regulator-boot-on;
208 regulator-always-on;
212 regulator-name = "vdd2_1v1,core";
213 regulator-min-microvolt = <1100000>;
214 regulator-max-microvolt = <1100000>;
215 regulator-boot-on;
216 regulator-always-on;
219 /* vdd3 - unused */
221 /* vdig1 - unused */
224 regulator-name = "vdig2_1v8,vdds_pll";
225 regulator-min-microvolt = <1800000>;
226 regulator-max-microvolt = <1800000>;
227 regulator-boot-on;
228 regulator-always-on;
231 /* vpll - unused */
234 regulator-name = "vdac_1v8,vdds";
235 regulator-min-microvolt = <1800000>;
236 regulator-max-microvolt = <1800000>;
237 regulator-boot-on;
238 regulator-always-on;
242 regulator-name = "vaux1_1v8,usb";
243 regulator-min-microvolt = <1800000>;
244 regulator-max-microvolt = <1800000>;
245 regulator-boot-on;
246 regulator-always-on;
250 regulator-name = "vaux2_3v3,io";
251 regulator-min-microvolt = <3300000>;
252 regulator-max-microvolt = <3300000>;
253 regulator-boot-on;
254 regulator-always-on;
258 regulator-name = "vaux33_3v3,usb";
259 regulator-min-microvolt = <3300000>;
260 regulator-max-microvolt = <3300000>;
261 regulator-boot-on;
262 regulator-always-on;
266 regulator-name = "vmmc_3v3,io";
267 regulator-min-microvolt = <3300000>;
268 regulator-max-microvolt = <3300000>;
269 regulator-boot-on;
270 regulator-always-on;
284 pinctrl-names = "default";
285 pinctrl-0 = <&uart0_pins>;
299 phy-handle = <&ethphy0>;
300 phy-mode = "rmii";
301 ti,dual-emac-pvid = <2>;
305 phy-handle = <&ethphy1>;
306 phy-mode = "rmii";
307 ti,dual-emac-pvid = <3>;
311 pinctrl-names = "default", "sleep";
312 pinctrl-0 = <&cpsw_default>;
313 pinctrl-1 = <&cpsw_sleep>;
318 pinctrl-names = "default", "sleep";
319 pinctrl-0 = <&davinci_mdio_default>;
320 pinctrl-1 = <&davinci_mdio_sleep>;
322 ethphy0: ethernet-phy@5 {
326 ethphy1: ethernet-phy@4 {
332 pinctrl-names = "default";
333 pinctrl-0 = <&mmc1_pins>;
334 vmmc-supply = <&vmmcsd_fixed>;
335 bus-width = <4>;
340 pinctrl-names = "default";
341 pinctrl-0 = <&emmc_pins>;
342 vmmc-supply = <&vmmcsd_fixed>;
343 bus-width = <8>;
344 non-removable;