Lines Matching +full:lcdc +full:- +full:supply
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
12 stdout-path = "serial0:115200n8";
16 compatible = "gpio-leds";
18 led-red {
19 label = "udoo-neo:red:mmc";
21 default-state = "off";
22 linux,default-trigger = "mmc0";
25 led-orange {
26 label = "udoo-neo:orange:user";
28 default-state = "keep";
32 reg_sdio_pwr: regulator-sdio-pwr {
33 compatible = "regulator-fixed";
35 enable-active-high;
36 regulator-name = "SDIO_PWR";
37 regulator-min-microvolt = <3300000>;
38 regulator-max-microvolt = <3300000>;
39 regulator-boot-on;
42 reg_usb_otg1_vbus: regulator-usb-otg1-vbus {
43 compatible = "regulator-fixed";
44 pinctrl-names = "default";
45 pinctrl-0 = <&pinctrl_otg1_reg>;
46 regulator-name = "usb_otg1_vbus";
47 regulator-min-microvolt = <5000000>;
48 regulator-max-microvolt = <5000000>;
50 enable-active-high;
53 reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
54 compatible = "regulator-fixed";
55 pinctrl-names = "default";
56 pinctrl-0 = <&pinctrl_otg2_reg>;
57 regulator-name = "usb_otg2_vbus";
58 regulator-min-microvolt = <5000000>;
59 regulator-max-microvolt = <5000000>;
61 enable-active-high;
64 reg_wlan: regulator-wlan {
65 compatible = "regulator-fixed";
66 regulator-name = "wlan-en-regulator";
67 regulator-min-microvolt = <1800000>;
68 regulator-max-microvolt = <1800000>;
70 startup-delay-us = <70000>;
71 enable-active-high;
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_enet1>;
78 phy-mode = "rmii";
79 phy-reset-duration = <10>;
80 phy-reset-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
84 pinctrl-names = "default";
85 pinctrl-0 = <&pinctrl_i2c1>;
86 clock-frequency = <100000>;
95 regulator-min-microvolt = <700000>;
96 regulator-max-microvolt = <1475000>;
97 regulator-boot-on;
98 regulator-always-on;
99 regulator-ramp-delay = <6250>;
103 regulator-min-microvolt = <700000>;
104 regulator-max-microvolt = <1475000>;
105 regulator-boot-on;
106 regulator-always-on;
107 regulator-ramp-delay = <6250>;
111 regulator-min-microvolt = <1500000>;
112 regulator-max-microvolt = <1850000>;
113 regulator-boot-on;
114 regulator-always-on;
118 regulator-min-microvolt = <900000>;
119 regulator-max-microvolt = <1650000>;
120 regulator-boot-on;
121 regulator-always-on;
125 regulator-min-microvolt = <5000000>;
126 regulator-max-microvolt = <5150000>;
130 regulator-min-microvolt = <1000000>;
131 regulator-max-microvolt = <3000000>;
132 regulator-boot-on;
133 regulator-always-on;
137 regulator-boot-on;
138 regulator-always-on;
142 regulator-min-microvolt = <1800000>;
143 regulator-max-microvolt = <3300000>;
144 regulator-always-on;
148 regulator-min-microvolt = <800000>;
149 regulator-max-microvolt = <1550000>;
153 regulator-min-microvolt = <2850000>;
154 regulator-max-microvolt = <3300000>;
155 regulator-always-on;
159 regulator-min-microvolt = <2850000>;
160 regulator-max-microvolt = <3300000>;
161 regulator-always-on;
165 regulator-min-microvolt = <1800000>;
166 regulator-max-microvolt = <3300000>;
167 regulator-always-on;
171 regulator-min-microvolt = <1800000>;
172 regulator-max-microvolt = <3300000>;
173 regulator-always-on;
180 pinctrl-names = "default";
181 pinctrl-0 = <&pinctrl_i2c2>;
182 clock-frequency = <100000>;
187 pinctrl-names = "default";
188 pinctrl-0 = <&pinctrl_i2c3>;
189 clock-frequency = <100000>;
192 hdmi-transmitter@70 {
195 interrupts-extended = <&gpio3 27 IRQ_TYPE_LEVEL_LOW>;
200 remote-endpoint = <&lcdc>;
208 pinctrl-names = "default";
209 pinctrl-0 = <&pinctrl_i2c4>;
210 clock-frequency = <100000>;
215 pinctrl-names = "default";
216 pinctrl-0 = <&pinctrl_lcd>;
220 lcdc: endpoint { label
221 remote-endpoint = <&hdmi>;
394 pinctrl-names = "default";
395 pinctrl-0 = <&pinctrl_uart1>;
399 /* Cortex-M4 serial */
401 pinctrl-names = "default";
402 pinctrl-0 = <&pinctrl_uart2>;
406 &uart3 { /* Bluetooth - only on Extended/Full versions */
407 pinctrl-names = "default";
408 pinctrl-0 = <&pinctrl_uart3>;
409 uart-has-rtscts;
413 compatible = "ti,wl1831-st";
414 enable-gpios = <&gpio2 17 GPIO_ACTIVE_HIGH>;
415 pinctrl-names = "default";
416 pinctrl-0 = <&pinctrl_bt_reg>;
417 max-speed = <921600>;
423 pinctrl-names = "default";
424 pinctrl-0 = <&pinctrl_uart5>;
429 pinctrl-names = "default";
430 pinctrl-0 = <&pinctrl_uart6>;
431 uart-has-rtscts;
436 vbus-supply = <®_usb_otg1_vbus>;
437 pinctrl-names = "default";
438 pinctrl-0 = <&pinctrl_usb_otg1>;
443 vbus-supply = <®_usb_otg2_vbus>;
444 pinctrl-names = "default";
445 pinctrl-0 = <&pinctrl_usb_otg2>;
451 pinctrl-names = "default";
452 pinctrl-0 = <&pinctrl_usdhc2>;
453 vmmc-supply = <®_sdio_pwr>;
454 bus-width = <4>;
455 cd-gpios = <&gpio6 2 GPIO_ACTIVE_LOW>;
456 no-1-8-v;
457 keep-power-in-suspend;
458 wakeup-source;
462 &usdhc3 { /* Wi-Fi */
463 pinctrl-names = "default";
464 pinctrl-0 = <&pinctrl_usdhc3>;
465 non-removable;
466 vmmc-supply = <®_wlan>;
467 cap-power-off-card;
468 wakeup-source;
469 keep-power-in-suspend;
470 #address-cells = <1>;
471 #size-cells = <0>;
477 interrupt-parent = <&gpio2>;
479 ref-clock-frequency = <38400000>;
480 tcxo-clock-frequency = <26000000>;