Lines Matching +full:regulator +full:- +full:v3
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
7 /dts-v1/;
24 reg_3v3: regulator-reg-3v3 {
25 compatible = "regulator-fixed";
26 regulator-name = "3V3";
27 regulator-min-microvolt = <3300000>;
28 regulator-max-microvolt = <3300000>;
31 reg_usb_5v: regulator-reg-usb-5v {
32 compatible = "regulator-fixed";
33 regulator-name = "usb_vbus";
34 regulator-min-microvolt = <5000000>;
35 regulator-max-microvolt = <5000000>;
38 reg_fec_3v3: regulator-reg-fec-3v3 {
39 compatible = "regulator-fixed";
40 regulator-name = "fec-phy";
41 regulator-min-microvolt = <3300000>;
42 regulator-max-microvolt = <3300000>;
47 pinctrl-names = "default";
48 pinctrl-0 = <&duart_pins_a>;
53 pinctrl-names = "default";
54 pinctrl-0 = <&i2c0_pins_a>;
59 fsl,pinmux-ids = <
71 compatible = "fsl,imx28-mmc";
72 pinctrl-names = "default";
73 pinctrl-0 = <&mmc0_8bit_pins_a>;
74 bus-width = <8>;
75 vmmc-supply = <®_3v3>;
76 non-removable;
81 compatible = "fsl,imx28-spi";
82 pinctrl-names = "default";
83 pinctrl-0 = <&spi2_pins_a>;
88 compatible = "fsl,imx28-spi";
89 pinctrl-names = "default";
90 pinctrl-0 = <&spi3_pins_a>;
94 compatible = "jedec,spi-nor";
95 spi-max-frequency = <20000000>;
99 compatible = "fixed-partitions";
100 #address-cells = <1>;
101 #size-cells = <1>;
104 label = "u-boot";
106 read-only;
126 label = "spl-boot-data1";
132 label = "spl-boot-data2";
140 vbus-supply = <®_usb_5v>;
141 pinctrl-names = "default";
142 pinctrl-0 = <&usb0_pins_b>, <&usb0_id_pins_a>;
152 vbus-supply = <®_usb_5v>;
153 pinctrl-names = "default";
154 pinctrl-0 = <&usb1_pins_b>;