Lines Matching +full:regulator +full:- +full:max +full:- +full:step +full:- +full:microvolt
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
5 /dts-v1/;
11 compatible = "fsl,imx7d-sdb", "fsl,imx7d";
14 stdout-path = &uart1;
22 gpio-keys {
23 compatible = "gpio-keys";
24 pinctrl-names = "default";
25 pinctrl-0 = <&pinctrl_gpio_keys>;
27 key-volume-up {
31 wakeup-source;
34 key-volume-down {
38 wakeup-source;
42 spi-4 {
43 compatible = "spi-gpio";
44 pinctrl-names = "default";
45 pinctrl-0 = <&pinctrl_spi4>;
46 gpio-sck = <&gpio1 13 GPIO_ACTIVE_HIGH>;
47 gpio-mosi = <&gpio1 9 GPIO_ACTIVE_HIGH>;
48 cs-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
49 num-chipselects = <1>;
50 #address-cells = <1>;
51 #size-cells = <0>;
53 extended_io: gpio-expander@0 {
55 gpio-controller;
56 #gpio-cells = <2>;
58 registers-number = <1>;
59 spi-max-frequency = <100000>;
63 reg_usb_otg1_vbus: regulator-usb-otg1-vbus {
64 compatible = "regulator-fixed";
65 regulator-name = "usb_otg1_vbus";
66 regulator-min-microvolt = <5000000>;
67 regulator-max-microvolt = <5000000>;
69 enable-active-high;
72 reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
73 compatible = "regulator-fixed";
74 regulator-name = "usb_otg2_vbus";
75 pinctrl-names = "default";
76 pinctrl-0 = <&pinctrl_usb_otg2_vbus_reg>;
77 regulator-min-microvolt = <5000000>;
78 regulator-max-microvolt = <5000000>;
80 enable-active-high;
83 reg_vref_1v8: regulator-vref-1v8 {
84 compatible = "regulator-fixed";
85 regulator-name = "vref-1v8";
86 regulator-min-microvolt = <1800000>;
87 regulator-max-microvolt = <1800000>;
90 reg_brcm: regulator-brcm {
91 compatible = "regulator-fixed";
93 enable-active-high;
94 regulator-name = "brcm_reg";
95 pinctrl-names = "default";
96 pinctrl-0 = <&pinctrl_brcm_reg>;
97 regulator-min-microvolt = <3300000>;
98 regulator-max-microvolt = <3300000>;
99 startup-delay-us = <200000>;
102 reg_lcd_3v3: regulator-lcd-3v3 {
103 compatible = "regulator-fixed";
104 regulator-name = "lcd-3v3";
105 regulator-min-microvolt = <3300000>;
106 regulator-max-microvolt = <3300000>;
110 reg_can2_3v3: regulator-can2-3v3 {
111 compatible = "regulator-fixed";
112 regulator-name = "can2-3v3";
113 pinctrl-names = "default";
114 pinctrl-0 = <&pinctrl_flexcan2_reg>;
115 regulator-min-microvolt = <3300000>;
116 regulator-max-microvolt = <3300000>;
120 reg_fec2_3v3: regulator-fec2-3v3 {
121 compatible = "regulator-fixed";
122 regulator-name = "fec2-3v3";
123 pinctrl-names = "default";
124 pinctrl-0 = <&pinctrl_enet2_reg>;
125 regulator-min-microvolt = <3300000>;
126 regulator-max-microvolt = <3300000>;
131 compatible = "pwm-backlight";
133 brightness-levels = <0 4 8 16 32 64 128 255>;
134 default-brightness-level = <6>;
141 power-supply = <®_lcd_3v3>;
145 remote-endpoint = <&display_out>;
151 compatible = "fsl,imx7d-evk-wm8960",
152 "fsl,imx-audio-wm8960";
153 model = "wm8960-audio";
154 audio-cpu = <&sai1>;
155 audio-codec = <&codec>;
156 hp-det-gpio = <&gpio2 28 GPIO_ACTIVE_HIGH>;
157 audio-routing =
168 sound-hdmi {
169 compatible = "fsl,imx-audio-sii902x";
170 model = "sii902x-audio";
171 audio-cpu = <&sai3>;
172 hdmi-out;
177 vref-supply = <®_vref_1v8>;
182 vref-supply = <®_vref_1v8>;
187 cpu-supply = <&sw1a_reg>;
191 cpu-supply = <&sw1a_reg>;
195 pinctrl-names = "default";
196 pinctrl-0 = <&pinctrl_ecspi3>;
197 cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
203 spi-max-frequency = <1000000>;
204 pinctrl-names = "default";
205 pinctrl-0 = <&pinctrl_tsc2046_pendown>;
206 interrupt-parent = <&gpio2>;
208 pendown-gpio = <&gpio2 29 GPIO_ACTIVE_HIGH>;
209 touchscreen-max-pressure = <255>;
210 wakeup-source;
215 pinctrl-names = "default";
216 pinctrl-0 = <&pinctrl_enet1>;
217 assigned-clocks = <&clks IMX7D_ENET1_TIME_ROOT_SRC>,
219 assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
220 assigned-clock-rates = <0>, <100000000>;
221 phy-mode = "rgmii";
222 phy-handle = <ðphy0>;
223 fsl,magic-packet;
224 phy-reset-gpios = <&extended_io 5 GPIO_ACTIVE_LOW>;
228 #address-cells = <1>;
229 #size-cells = <0>;
231 ethphy0: ethernet-phy@0 {
235 ethphy1: ethernet-phy@1 {
242 pinctrl-names = "default";
243 pinctrl-0 = <&pinctrl_enet2>;
244 assigned-clocks = <&clks IMX7D_ENET2_TIME_ROOT_SRC>,
246 assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
247 assigned-clock-rates = <0>, <100000000>;
248 phy-mode = "rgmii";
249 phy-handle = <ðphy1>;
250 phy-supply = <®_fec2_3v3>;
251 fsl,magic-packet;
256 pinctrl-names = "default";
257 pinctrl-0 = <&pinctrl_flexcan2>;
258 xceiver-supply = <®_can2_3v3>;
263 pinctrl-names = "default";
264 pinctrl-0 = <&pinctrl_i2c1>;
273 regulator-min-microvolt = <700000>;
274 regulator-max-microvolt = <1475000>;
275 regulator-boot-on;
276 regulator-always-on;
277 regulator-ramp-delay = <6250>;
282 regulator-min-microvolt = <700000>;
283 regulator-max-microvolt = <1475000>;
284 regulator-boot-on;
285 regulator-always-on;
286 regulator-ramp-delay = <6250>;
290 regulator-min-microvolt = <1800000>;
291 regulator-max-microvolt = <1800000>;
292 regulator-boot-on;
293 regulator-always-on;
297 regulator-min-microvolt = <900000>;
298 regulator-max-microvolt = <1650000>;
299 regulator-boot-on;
300 regulator-always-on;
304 regulator-min-microvolt = <5000000>;
305 regulator-max-microvolt = <5150000>;
309 regulator-min-microvolt = <1000000>;
310 regulator-max-microvolt = <3000000>;
311 regulator-boot-on;
312 regulator-always-on;
316 regulator-boot-on;
317 regulator-always-on;
321 regulator-min-microvolt = <1800000>;
322 regulator-max-microvolt = <3300000>;
323 regulator-always-on;
327 regulator-min-microvolt = <800000>;
328 regulator-max-microvolt = <1550000>;
332 regulator-min-microvolt = <2850000>;
333 regulator-max-microvolt = <3300000>;
334 regulator-always-on;
338 regulator-min-microvolt = <2850000>;
339 regulator-max-microvolt = <3300000>;
340 regulator-always-on;
344 regulator-min-microvolt = <1800000>;
345 regulator-max-microvolt = <3300000>;
346 regulator-always-on;
350 regulator-min-microvolt = <2800000>;
351 regulator-max-microvolt = <2800000>;
352 regulator-always-on;
359 pinctrl-names = "default";
360 pinctrl-0 = <&pinctrl_i2c2>;
370 pinctrl-names = "default";
371 pinctrl-0 = <&pinctrl_i2c3>;
376 pinctrl-names = "default";
377 pinctrl-0 = <&pinctrl_i2c4>;
384 clock-names = "mclk";
385 wlf,shared-lrclk;
386 wlf,hp-cfg = <2 2 3>;
387 wlf,gpio-cfg = <1 3>;
388 assigned-clocks = <&clks IMX7D_AUDIO_MCLK_ROOT_SRC>,
391 assigned-clock-parents = <&clks IMX7D_PLL_AUDIO_POST_DIV>;
392 assigned-clock-rates = <0>, <884736000>, <12288000>;
397 pinctrl-names = "default";
398 pinctrl-0 = <&pinctrl_lcdif>;
403 remote-endpoint = <&panel_in>;
409 reset-gpio = <&extended_io 1 GPIO_ACTIVE_LOW>;
414 vin-supply = <&sw2_reg>;
418 vin-supply = <&sw2_reg>;
422 pinctrl-names = "default";
423 pinctrl-0 = <&pinctrl_sai1>;
424 assigned-clocks = <&clks IMX7D_SAI1_ROOT_SRC>,
427 assigned-clock-parents = <&clks IMX7D_PLL_AUDIO_POST_DIV>;
428 assigned-clock-rates = <0>, <884736000>, <36864000>;
433 pinctrl-names = "default";
434 pinctrl-0 = <&pinctrl_sai3 &pinctrl_sai3_mclk>;
435 assigned-clocks = <&clks IMX7D_SAI3_ROOT_SRC>,
438 assigned-clock-parents = <&clks IMX7D_PLL_AUDIO_POST_DIV>;
439 assigned-clock-rates = <0>, <884736000>, <36864000>;
448 pinctrl-names = "default";
449 pinctrl-0 = <&pinctrl_uart1>;
450 assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>;
451 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
456 pinctrl-names = "default";
457 pinctrl-0 = <&pinctrl_uart6>;
458 assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
459 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
460 uart-has-rtscts;
465 vbus-supply = <®_usb_otg1_vbus>;
470 vbus-supply = <®_usb_otg2_vbus>;
476 pinctrl-names = "default";
477 pinctrl-0 = <&pinctrl_usdhc1>;
478 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
479 wp-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
480 wakeup-source;
481 keep-power-in-suspend;
486 pinctrl-names = "default", "state_100mhz", "state_200mhz";
487 pinctrl-0 = <&pinctrl_usdhc2>;
488 pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
489 pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
490 wakeup-source;
491 keep-power-in-suspend;
492 non-removable;
493 vmmc-supply = <®_brcm>;
494 fsl,tuning-step = <2>;
499 pinctrl-names = "default", "state_100mhz", "state_200mhz";
500 pinctrl-0 = <&pinctrl_usdhc3>;
501 pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
502 pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
503 assigned-clocks = <&clks IMX7D_USDHC3_ROOT_CLK>;
504 assigned-clock-rates = <400000000>;
505 bus-width = <8>;
506 fsl,tuning-step = <2>;
507 non-removable;
512 pinctrl-names = "default";
513 pinctrl-0 = <&pinctrl_wdog>;
514 fsl,ext-reset-output;
518 pinctrl-names = "default";
519 pinctrl-0 = <&pinctrl_hog>;
521 imx7d-sdb {
833 pinctrl-names = "default";
834 pinctrl-0 = <&pinctrl_pwm1>;