Lines Matching +full:vddd +full:- +full:supply

1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/gpio/gpio.h>
12 stdout-path = &uart1;
16 compatible = "fsl,imx6-wandboard-sgtl5000",
17 "fsl,imx-audio-sgtl5000";
18 model = "imx6-wandboard-sgtl5000";
19 ssi-controller = <&ssi1>;
20 audio-codec = <&codec>;
21 audio-routing =
25 mux-int-port = <1>;
26 mux-ext-port = <3>;
29 spdif_out: spdif-out {
30 compatible = "linux,spdif-dit";
31 #sound-dai-cells = <0>;
34 sound-spdif {
35 compatible = "fsl,imx-audio-spdif";
36 model = "imx-spdif";
37 audio-cpu = <&spdif>;
38 audio-codec = <&spdif_out>;
41 reg_1p5v: regulator-1p5v {
42 compatible = "regulator-fixed";
43 regulator-name = "1P5V";
44 regulator-min-microvolt = <1500000>;
45 regulator-max-microvolt = <1500000>;
46 regulator-always-on;
49 reg_1p8v: regulator-1p8v {
50 compatible = "regulator-fixed";
51 regulator-name = "1P8V";
52 regulator-min-microvolt = <1800000>;
53 regulator-max-microvolt = <1800000>;
54 regulator-always-on;
57 reg_2p8v: regulator-2p8v {
58 compatible = "regulator-fixed";
59 regulator-name = "2P8V";
60 regulator-min-microvolt = <2800000>;
61 regulator-max-microvolt = <2800000>;
62 regulator-always-on;
65 reg_2p5v: regulator-2p5v {
66 compatible = "regulator-fixed";
67 regulator-name = "2P5V";
68 regulator-min-microvolt = <2500000>;
69 regulator-max-microvolt = <2500000>;
70 regulator-always-on;
73 reg_3p3v: regulator-3p3v {
74 compatible = "regulator-fixed";
75 regulator-name = "3P3V";
76 regulator-min-microvolt = <3300000>;
77 regulator-max-microvolt = <3300000>;
78 regulator-always-on;
81 reg_usb_otg_vbus: regulator-usbotgvbus {
82 compatible = "regulator-fixed";
83 regulator-name = "usb_otg_vbus";
84 regulator-min-microvolt = <5000000>;
85 regulator-max-microvolt = <5000000>;
86 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_usbotgvbus>;
93 pinctrl-names = "default";
94 pinctrl-0 = <&pinctrl_audmux>;
99 ddc-i2c-bus = <&i2c1>;
104 clock-frequency = <100000>;
105 pinctrl-names = "default", "gpio";
106 pinctrl-0 = <&pinctrl_i2c1>;
107 pinctrl-1 = <&pinctrl_i2c1_gpio>;
108 scl-gpios = <&gpio3 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
109 sda-gpios = <&gpio3 28 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
114 clock-frequency = <100000>;
115 pinctrl-names = "default", "gpio";
116 pinctrl-0 = <&pinctrl_i2c2>;
117 pinctrl-1 = <&pinctrl_i2c2_gpio>;
118 scl-gpios = <&gpio4 12 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
119 sda-gpios = <&gpio4 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&pinctrl_mclk>;
127 #sound-dai-cells = <0>;
129 VDDA-supply = <&reg_2p5v>;
130 VDDIO-supply = <&reg_3p3v>;
131 lrclk-strength = <3>;
136 pinctrl-names = "default";
137 pinctrl-0 = <&pinctrl_ov5645>;
140 clock-frequency = <24000000>;
141 vdddo-supply = <&reg_1p8v>;
142 vdda-supply = <&reg_2p8v>;
143 vddd-supply = <&reg_1p5v>;
144 enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
145 reset-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>;
149 remote-endpoint = <&mipi_csi2_in>;
150 clock-lanes = <0>;
151 data-lanes = <1 2>;
158 pinctrl-names = "default";
160 imx6qdl-wandboard {
304 pinctrl-names = "default";
305 pinctrl-0 = <&pinctrl_enet>;
306 phy-mode = "rgmii-id";
307 phy-handle = <&ethphy>;
308 phy-reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
312 #address-cells = <1>;
313 #size-cells = <0>;
315 ethphy: ethernet-phy@1 {
317 qca,clk-out-frequency = <125000000>;
329 remote-endpoint = <&ov5645_to_mipi_csi2>;
330 clock-lanes = <0>;
331 data-lanes = <1 2>;
337 pinctrl-names = "default";
338 pinctrl-0 = <&pinctrl_spdif>;
347 pinctrl-names = "default";
348 pinctrl-0 = <&pinctrl_uart1>;
353 pinctrl-names = "default";
354 pinctrl-0 = <&pinctrl_uart3>;
355 uart-has-rtscts;
364 vbus-supply = <&reg_usb_otg_vbus>;
365 pinctrl-names = "default";
366 pinctrl-0 = <&pinctrl_usbotg>;
367 disable-over-current;
373 pinctrl-names = "default";
374 pinctrl-0 = <&pinctrl_usdhc1>;
375 cd-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
380 pinctrl-names = "default";
381 pinctrl-0 = <&pinctrl_usdhc3>;
382 cd-gpios = <&gpio3 9 GPIO_ACTIVE_LOW>;