Lines Matching +full:motion +full:- +full:sensors
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 assigned-clocks = <&clks IMX6SX_CLK_ENET_REF>;
77 assigned-clock-rates = <50000000>;
81 pinctrl-names = "default";
82 pinctrl-0 = <&pinctrl_enet1>;
83 phy-mode = "rmii";
84 phy-reset-duration = <10>;
85 phy-reset-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
89 pinctrl-names = "default";
90 pinctrl-0 = <&pinctrl_i2c1>;
91 clock-frequency = <100000>;
100 regulator-min-microvolt = <700000>;
101 regulator-max-microvolt = <1475000>;
102 regulator-boot-on;
103 regulator-always-on;
104 regulator-ramp-delay = <6250>;
108 regulator-min-microvolt = <700000>;
109 regulator-max-microvolt = <1475000>;
110 regulator-boot-on;
111 regulator-always-on;
112 regulator-ramp-delay = <6250>;
116 regulator-min-microvolt = <1500000>;
117 regulator-max-microvolt = <1850000>;
118 regulator-boot-on;
119 regulator-always-on;
123 regulator-min-microvolt = <900000>;
124 regulator-max-microvolt = <1650000>;
125 regulator-boot-on;
126 regulator-always-on;
130 regulator-min-microvolt = <5000000>;
131 regulator-max-microvolt = <5150000>;
135 regulator-min-microvolt = <1000000>;
136 regulator-max-microvolt = <3000000>;
137 regulator-boot-on;
138 regulator-always-on;
142 regulator-boot-on;
143 regulator-always-on;
147 regulator-min-microvolt = <1800000>;
148 regulator-max-microvolt = <3300000>;
149 regulator-always-on;
153 regulator-min-microvolt = <800000>;
154 regulator-max-microvolt = <1550000>;
158 regulator-min-microvolt = <2850000>;
159 regulator-max-microvolt = <3300000>;
160 regulator-always-on;
164 regulator-min-microvolt = <2850000>;
165 regulator-max-microvolt = <3300000>;
166 regulator-always-on;
170 regulator-min-microvolt = <1800000>;
171 regulator-max-microvolt = <3300000>;
172 regulator-always-on;
176 regulator-min-microvolt = <1800000>;
177 regulator-max-microvolt = <3300000>;
178 regulator-always-on;
184 &i2c2 { /* Brick snap in sensors connector */
185 pinctrl-names = "default";
186 pinctrl-0 = <&pinctrl_i2c2>;
187 clock-frequency = <100000>;
192 pinctrl-names = "default";
193 pinctrl-0 = <&pinctrl_i2c3>;
194 clock-frequency = <100000>;
197 hdmi-transmitter@70 {
200 interrupts-extended = <&gpio3 27 IRQ_TYPE_LEVEL_LOW>;
205 remote-endpoint = <&lcdc>;
212 &i2c4 { /* Onboard Motion sensors */
213 pinctrl-names = "default";
214 pinctrl-0 = <&pinctrl_i2c4>;
215 clock-frequency = <100000>;
220 pinctrl-names = "default";
221 pinctrl-0 = <&pinctrl_lcd>;
226 remote-endpoint = <&hdmi>;
399 pinctrl-names = "default";
400 pinctrl-0 = <&pinctrl_uart1>;
404 /* Cortex-M4 serial */
406 pinctrl-names = "default";
407 pinctrl-0 = <&pinctrl_uart2>;
411 &uart3 { /* Bluetooth - only on Extended/Full versions */
412 pinctrl-names = "default";
413 pinctrl-0 = <&pinctrl_uart3>;
414 uart-has-rtscts;
418 compatible = "ti,wl1831-st";
419 enable-gpios = <&gpio2 17 GPIO_ACTIVE_HIGH>;
420 pinctrl-names = "default";
421 pinctrl-0 = <&pinctrl_bt_reg>;
422 max-speed = <921600>;
428 pinctrl-names = "default";
429 pinctrl-0 = <&pinctrl_uart5>;
434 pinctrl-names = "default";
435 pinctrl-0 = <&pinctrl_uart6>;
436 uart-has-rtscts;
441 vbus-supply = <®_usb_otg1_vbus>;
442 pinctrl-names = "default";
443 pinctrl-0 = <&pinctrl_usb_otg1>;
448 vbus-supply = <®_usb_otg2_vbus>;
449 pinctrl-names = "default";
450 pinctrl-0 = <&pinctrl_usb_otg2>;
456 pinctrl-names = "default";
457 pinctrl-0 = <&pinctrl_usdhc2>;
458 vmmc-supply = <®_sdio_pwr>;
459 bus-width = <4>;
460 cd-gpios = <&gpio6 2 GPIO_ACTIVE_LOW>;
461 no-1-8-v;
462 keep-power-in-suspend;
463 wakeup-source;
467 &usdhc3 { /* Wi-Fi */
468 pinctrl-names = "default";
469 pinctrl-0 = <&pinctrl_usdhc3>;
470 non-removable;
471 vmmc-supply = <®_wlan>;
472 cap-power-off-card;
473 wakeup-source;
474 keep-power-in-suspend;
475 #address-cells = <1>;
476 #size-cells = <0>;
482 interrupt-parent = <&gpio2>;
484 ref-clock-frequency = <38400000>;
485 tcxo-clock-frequency = <26000000>;