Lines Matching +full:micvdd +full:- +full:supply
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 compatible = "gpio-leds";
10 led-0 {
13 default-state = "off";
16 led-1 {
19 default-state = "off";
22 led-2 {
25 default-state = "off";
28 led-3 {
29 pinctrl-names = "default";
30 pinctrl-0 = <&pinctrl_led3>;
33 linux,default-trigger = "heartbeat";
37 reg_audio: regulator-audio {
38 compatible = "regulator-fixed";
39 regulator-name = "3v3_aud";
40 regulator-min-microvolt = <3300000>;
41 regulator-max-microvolt = <3300000>;
43 enable-active-high;
46 reg_camera: regulator-camera {
47 compatible = "regulator-fixed";
48 regulator-name = "mipi_pwr";
49 regulator-min-microvolt = <2800000>;
50 regulator-max-microvolt = <2800000>;
52 enable-active-high;
53 startup-delay-us = <100000>;
54 regulator-always-on;
57 reg_usdhc2_vmmc: regulator-usdhc2 {
58 compatible = "regulator-fixed";
59 regulator-name = "vsd_3v3";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
63 enable-active-high;
66 reg_usb_otg_vbus: regulator-usb {
67 compatible = "regulator-fixed";
68 pinctrl-names = "default";
69 pinctrl-0 = <&pinctrl_reg_usb_otg>;
70 regulator-name = "usb_otg_vbus";
71 regulator-min-microvolt = <5000000>;
72 regulator-max-microvolt = <5000000>;
74 enable-active-high;
77 sound-wm8962 {
78 compatible = "simple-audio-card";
79 simple-audio-card,name = "wm8962";
80 simple-audio-card,format = "i2s";
81 simple-audio-card,widgets = "Headphone", "Headphones",
84 simple-audio-card,routing = "Headphones", "HPOUTL",
91 simple-audio-card,cpu {
92 sound-dai = <&sai3>;
95 simple-audio-card,codec {
96 sound-dai = <&wm8962>;
98 frame-master;
99 bitclock-master;
105 pinctrl-names = "default";
106 pinctrl-0 = <&pinctrl_espi2>;
107 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
113 spi-max-frequency = <5000000>;
114 spi-cpha;
115 spi-cpol;
118 address-width = <16>;
123 clock-frequency = <384000>;
124 pinctrl-names = "default";
125 pinctrl-0 = <&pinctrl_i2c2>;
130 pinctrl-names = "default";
131 pinctrl-0 = <&pinctrl_ov5640>;
134 clock-names = "xclk";
135 assigned-clocks = <&clk IMX8MN_CLK_CLKO1>;
136 assigned-clock-parents = <&clk IMX8MN_CLK_24M>;
137 assigned-clock-rates = <24000000>;
138 AVDD-supply = <®_camera>; /* 2.8v */
139 powerdown-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
140 reset-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
143 /* MIPI CSI-2 bus endpoint */
145 remote-endpoint = <&mipi_csi_in>;
146 clock-lanes = <0>;
147 data-lanes = <1 2>;
153 clock-frequency = <400000>;
154 pinctrl-names = "default";
155 pinctrl-0 = <&pinctrl_i2c4>;
161 pinctrl-names = "default";
162 pinctrl-0 = <&pinctrl_pcal6414>;
163 gpio-controller;
164 #gpio-cells = <2>;
165 interrupt-parent = <&gpio4>;
172 gpio-controller;
173 #gpio-cells = <2>;
174 interrupt-parent = <&gpio4>;
178 wm8962: audio-codec@1a {
182 DCVDD-supply = <®_audio>;
183 DBVDD-supply = <®_audio>;
184 AVDD-supply = <®_audio>;
185 CPVDD-supply = <®_audio>;
186 MICVDD-supply = <®_audio>;
187 PLLVDD-supply = <®_audio>;
188 SPKVDD1-supply = <®_audio>;
189 SPKVDD2-supply = <®_audio>;
190 gpio-cfg = <
198 #sound-dai-cells = <0>;
207 fsl,asrc-rate = <48000>;
217 remote-endpoint = <&ov5640_to_mipi_csi2>;
218 data-lanes = <1 2>;
225 pinctrl-names = "default";
226 pinctrl-0 = <&pinctrl_sai3>;
227 assigned-clocks = <&clk IMX8MN_CLK_SAI3>;
228 assigned-clock-parents = <&clk IMX8MN_AUDIO_PLL1_OUT>;
229 assigned-clock-rates = <24576000>;
230 fsl,sai-mclk-direction-output;
239 pinctrl-names = "default";
240 pinctrl-0 = <&pinctrl_uart2>;
245 pinctrl-names = "default";
246 pinctrl-0 = <&pinctrl_uart3>;
247 assigned-clocks = <&clk IMX8MN_CLK_UART3>;
248 assigned-clock-parents = <&clk IMX8MN_SYS_PLL1_80M>;
249 uart-has-rtscts;
254 vbus-supply = <®_usb_otg_vbus>;
255 disable-over-current;
261 pinctrl-names = "default", "state_100mhz", "state_200mhz";
262 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
263 pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
264 pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
265 bus-width = <4>;
266 vmmc-supply = <®_usdhc2_vmmc>;
308 pinctrl_pcal6414: pcal6414-gpiogrp {
314 pinctrl_reg_usb_otg: reg-otggrp {
365 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
377 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {