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 sound-spdif {
30 compatible = "fsl,imx-audio-spdif";
31 model = "imx-spdif";
32 spdif-controller = <&spdif>;
33 spdif-out;
36 reg_1p5v: regulator-1p5v {
37 compatible = "regulator-fixed";
38 regulator-name = "1P5V";
39 regulator-min-microvolt = <1500000>;
40 regulator-max-microvolt = <1500000>;
41 regulator-always-on;
44 reg_1p8v: regulator-1p8v {
45 compatible = "regulator-fixed";
46 regulator-name = "1P8V";
47 regulator-min-microvolt = <1800000>;
48 regulator-max-microvolt = <1800000>;
49 regulator-always-on;
52 reg_2p8v: regulator-2p8v {
53 compatible = "regulator-fixed";
54 regulator-name = "2P8V";
55 regulator-min-microvolt = <2800000>;
56 regulator-max-microvolt = <2800000>;
57 regulator-always-on;
60 reg_2p5v: regulator-2p5v {
61 compatible = "regulator-fixed";
62 regulator-name = "2P5V";
63 regulator-min-microvolt = <2500000>;
64 regulator-max-microvolt = <2500000>;
65 regulator-always-on;
68 reg_3p3v: regulator-3p3v {
69 compatible = "regulator-fixed";
70 regulator-name = "3P3V";
71 regulator-min-microvolt = <3300000>;
72 regulator-max-microvolt = <3300000>;
73 regulator-always-on;
76 reg_usb_otg_vbus: regulator-usbotgvbus {
77 compatible = "regulator-fixed";
78 regulator-name = "usb_otg_vbus";
79 regulator-min-microvolt = <5000000>;
80 regulator-max-microvolt = <5000000>;
81 pinctrl-names = "default";
82 pinctrl-0 = <&pinctrl_usbotgvbus>;
88 pinctrl-names = "default";
89 pinctrl-0 = <&pinctrl_audmux>;
94 ddc-i2c-bus = <&i2c1>;
99 clock-frequency = <100000>;
100 pinctrl-names = "default", "gpio";
101 pinctrl-0 = <&pinctrl_i2c1>;
102 pinctrl-1 = <&pinctrl_i2c1_gpio>;
103 scl-gpios = <&gpio3 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
104 sda-gpios = <&gpio3 28 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
109 clock-frequency = <100000>;
110 pinctrl-names = "default", "gpio";
111 pinctrl-0 = <&pinctrl_i2c2>;
112 pinctrl-1 = <&pinctrl_i2c2_gpio>;
113 scl-gpios = <&gpio4 12 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
114 sda-gpios = <&gpio4 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
118 pinctrl-names = "default";
119 pinctrl-0 = <&pinctrl_mclk>;
123 VDDA-supply = <&reg_2p5v>;
124 VDDIO-supply = <&reg_3p3v>;
125 lrclk-strength = <3>;
130 pinctrl-names = "default";
131 pinctrl-0 = <&pinctrl_ov5645>;
134 clock-names = "xclk";
135 clock-frequency = <24000000>;
136 vdddo-supply = <&reg_1p8v>;
137 vdda-supply = <&reg_2p8v>;
138 vddd-supply = <&reg_1p5v>;
139 enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
140 reset-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>;
144 remote-endpoint = <&mipi_csi2_in>;
145 clock-lanes = <0>;
146 data-lanes = <1 2>;
153 pinctrl-names = "default";
155 imx6qdl-wandboard {
299 pinctrl-names = "default";
300 pinctrl-0 = <&pinctrl_enet>;
301 phy-mode = "rgmii-id";
302 phy-handle = <&ethphy>;
303 phy-reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
307 #address-cells = <1>;
308 #size-cells = <0>;
310 ethphy: ethernet-phy@1 {
312 qca,clk-out-frequency = <125000000>;
324 remote-endpoint = <&ov5645_to_mipi_csi2>;
325 clock-lanes = <0>;
326 data-lanes = <1 2>;
332 pinctrl-names = "default";
333 pinctrl-0 = <&pinctrl_spdif>;
342 pinctrl-names = "default";
343 pinctrl-0 = <&pinctrl_uart1>;
348 pinctrl-names = "default";
349 pinctrl-0 = <&pinctrl_uart3>;
350 uart-has-rtscts;
359 vbus-supply = <&reg_usb_otg_vbus>;
360 pinctrl-names = "default";
361 pinctrl-0 = <&pinctrl_usbotg>;
362 disable-over-current;
368 pinctrl-names = "default";
369 pinctrl-0 = <&pinctrl_usdhc1>;
370 cd-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
375 pinctrl-names = "default";
376 pinctrl-0 = <&pinctrl_usdhc3>;
377 cd-gpios = <&gpio3 9 GPIO_ACTIVE_LOW>;