Lines Matching +full:sda +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0 OR X11
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/sound/fsl-imx-audmux.h>
14 reg_1p0v_s0: regulator-1p0v-s0 {
15 compatible = "regulator-fixed";
16 regulator-name = "V_1V0_S0";
17 regulator-min-microvolt = <1000000>;
18 regulator-max-microvolt = <1000000>;
19 regulator-always-on;
20 regulator-boot-on;
21 vin-supply = <&reg_smarc_suppy>;
24 reg_1p35v_vcoredig_s5: regulator-1p35v-vcoredig-s5 {
25 compatible = "regulator-fixed";
26 regulator-name = "V_1V35_VCOREDIG_S5";
27 regulator-min-microvolt = <1350000>;
28 regulator-max-microvolt = <1350000>;
29 regulator-always-on;
30 regulator-boot-on;
31 vin-supply = <&reg_3p3v_s5>;
34 reg_1p8v_s5: regulator-1p8v-s5 {
35 compatible = "regulator-fixed";
36 regulator-name = "V_1V8_S5";
37 regulator-min-microvolt = <1800000>;
38 regulator-max-microvolt = <1800000>;
39 regulator-always-on;
40 regulator-boot-on;
41 vin-supply = <&reg_3p3v_s5>;
44 reg_3p3v_s0: regulator-3p3v-s0 {
45 compatible = "regulator-fixed";
46 regulator-name = "V_3V3_S0";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
49 regulator-always-on;
50 regulator-boot-on;
51 vin-supply = <&reg_3p3v_s5>;
54 reg_3p3v_s0: regulator-3p3v-s0 {
55 compatible = "regulator-fixed";
56 regulator-name = "V_3V3_S0";
57 regulator-min-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
59 regulator-always-on;
60 regulator-boot-on;
61 vin-supply = <&reg_3p3v_s5>;
64 reg_3p3v_s5: regulator-3p3v-s5 {
65 compatible = "regulator-fixed";
66 regulator-name = "V_3V3_S5";
67 regulator-min-microvolt = <3300000>;
68 regulator-max-microvolt = <3300000>;
69 regulator-always-on;
70 regulator-boot-on;
71 vin-supply = <&reg_smarc_suppy>;
74 reg_smarc_lcdbklt: regulator-smarc-lcdbklt {
75 compatible = "regulator-fixed";
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_lcdbklt_en>;
78 regulator-name = "LCD_BKLT_EN";
79 regulator-min-microvolt = <1800000>;
80 regulator-max-microvolt = <1800000>;
82 enable-active-high;
85 reg_smarc_lcdvdd: regulator-smarc-lcdvdd {
86 compatible = "regulator-fixed";
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_lcdvdd_en>;
89 regulator-name = "LCD_VDD_EN";
90 regulator-min-microvolt = <1800000>;
91 regulator-max-microvolt = <1800000>;
93 enable-active-high;
96 reg_smarc_rtc: regulator-smarc-rtc {
97 compatible = "regulator-fixed";
98 regulator-name = "V_IN_RTC_BATT";
99 regulator-min-microvolt = <3300000>;
100 regulator-max-microvolt = <3300000>;
101 regulator-always-on;
102 regulator-boot-on;
106 reg_smarc_suppy: regulator-smarc-supply {
107 compatible = "regulator-fixed";
108 regulator-name = "V_IN_WIDE";
109 regulator-min-microvolt = <5000000>;
110 regulator-max-microvolt = <5000000>;
111 regulator-always-on;
112 regulator-boot-on;
116 #address-cells = <1>;
117 #size-cells = <0>;
118 compatible = "fsl,imx-parallel-display";
119 pinctrl-names = "default";
120 pinctrl-0 = <&pinctrl_lcd>;
138 lcd_backlight: lcd-backlight {
139 compatible = "pwm-backlight";
141 pwm-names = "LCD_BKLT_PWM";
143 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
144 default-brightness-level = <4>;
146 power-supply = <&reg_smarc_lcdbklt>;
150 i2c_intern: i2c-gpio-intern {
151 compatible = "i2c-gpio";
152 pinctrl-names = "default";
153 pinctrl-0 = <&pinctrl_i2c_gpio_intern>;
154 sda-gpios = <&gpio1 28 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
155 scl-gpios = <&gpio1 30 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
156 i2c-gpio,delay-us = <2>; /* ~100 kHz */
157 #address-cells = <1>;
158 #size-cells = <0>;
161 i2c_lcd: i2c-gpio-lcd {
162 compatible = "i2c-gpio";
163 pinctrl-names = "default";
164 pinctrl-0 = <&pinctrl_i2c_gpio_lcd>;
165 sda-gpios = <&gpio1 21 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
166 scl-gpios = <&gpio1 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
167 i2c-gpio,delay-us = <2>; /* ~100 kHz */
168 #address-cells = <1>;
169 #size-cells = <0>;
173 i2c_cam: i2c-gpio-cam {
174 compatible = "i2c-gpio";
175 pinctrl-names = "default";
176 pinctrl-0 = <&pinctrl_i2c_gpio_cam>;
177 sda-gpios = <&gpio4 10 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
178 scl-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
179 i2c-gpio,delay-us = <2>; /* ~100 kHz */
180 #address-cells = <1>;
181 #size-cells = <0>;
188 pinctrl-names = "default";
189 pinctrl-0 = <&pinctrl_audmux>;
192 fsl,audmux-port = <MX51_AUDMUX_PORT1_SSI0>;
193 fsl,port-config = <
204 fsl,audmux-port = <MX51_AUDMUX_PORT3>;
205 fsl,port-config = <
212 fsl,audmux-port = <MX51_AUDMUX_PORT2_SSI1>;
213 fsl,port-config = <
224 fsl,audmux-port = <MX51_AUDMUX_PORT4>;
225 fsl,port-config = <
234 pinctrl-names = "default";
235 pinctrl-0 = <&pinctrl_flexcan1>;
240 pinctrl-names = "default";
241 pinctrl-0 = <&pinctrl_flexcan2>;
246 pinctrl-names = "default";
247 pinctrl-0 = <&pinctrl_ecspi2>;
248 cs-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>,
254 pinctrl-names = "default";
255 pinctrl-0 = <&pinctrl_ecspi4>;
256 cs-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>,
261 smarc_flash: spi-flash@0 {
262 compatible = "winbond,w25q16dw", "jedec,spi-nor";
264 spi-max-frequency = <20000000>;
270 pinctrl-names = "default";
271 pinctrl-0 = <&pinctrl_enet>;
272 phy-mode = "rgmii";
273 phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
283 regulator-name = "V_CORE_S0";
284 regulator-min-microvolt = <300000>;
285 regulator-max-microvolt = <1875000>;
286 regulator-boot-on;
287 regulator-always-on;
291 regulator-name = "V_VDDSOC_S0";
292 regulator-min-microvolt = <300000>;
293 regulator-max-microvolt = <1875000>;
294 regulator-boot-on;
295 regulator-always-on;
299 regulator-name = "V_3V15_S0";
300 regulator-min-microvolt = <800000>;
301 regulator-max-microvolt = <3300000>;
302 regulator-boot-on;
303 regulator-always-on;
308 * DDR power - so just leaving dummy entries for sw3a
312 regulator-min-microvolt = <400000>;
313 regulator-max-microvolt = <1975000>;
314 regulator-boot-on;
315 regulator-always-on;
319 regulator-min-microvolt = <400000>;
320 regulator-max-microvolt = <1975000>;
321 regulator-boot-on;
322 regulator-always-on;
326 regulator-name = "V_1V8_S0";
327 regulator-min-microvolt = <800000>;
328 regulator-max-microvolt = <3300000>;
329 regulator-boot-on;
330 regulator-always-on;
335 regulator-name = "V_5V0_S0";
336 regulator-min-microvolt = <5000000>;
337 regulator-max-microvolt = <5150000>;
338 regulator-boot-on;
342 regulator-min-microvolt = <1000000>;
343 regulator-max-microvolt = <3000000>;
344 regulator-boot-on;
345 regulator-always-on;
349 regulator-boot-on;
350 regulator-always-on;
355 * usage ... but even that - over DNI resistor
358 regulator-min-microvolt = <800000>;
359 regulator-max-microvolt = <1550000>;
363 regulator-min-microvolt = <800000>;
364 regulator-max-microvolt = <1550000>;
368 regulator-min-microvolt = <1800000>;
369 regulator-max-microvolt = <3300000>;
373 regulator-min-microvolt = <1800000>;
374 regulator-max-microvolt = <3300000>;
378 regulator-name = "V_2V5_S0";
379 regulator-min-microvolt = <1800000>;
380 regulator-max-microvolt = <3300000>;
384 regulator-min-microvolt = <1800000>;
385 regulator-max-microvolt = <3300000>;
393 clock-frequency = <100000>;
394 pinctrl-names = "default";
395 pinctrl-0 = <&pinctrl_i2c1>;
400 clock-frequency = <100000>;
401 pinctrl-names = "default";
402 pinctrl-0 = <&pinctrl_i2c2>;
407 clock-frequency = <100000>;
408 pinctrl-names = "default";
409 pinctrl-0 = <&pinctrl_i2c3>;
420 pinctrl-names = "default";
421 pinctrl-0 = <&pinctrl_mgmt_gpios &pinctrl_gpio>;
457 /* SPI_IMX_CS2# - connected to internal flash */
459 /* SPI_IMX_CS0# - connected to SMARC SPI0_CS0# */
517 pinctrl_i2c_gpio_cam: i2c-gpiocamgrp {
520 MX6QDL_PAD_KEY_COL2__GPIO4_IO10 0x1b0b0 /* SDA */
524 pinctrl_i2c_gpio_intern: i2c-gpiointerngrp {
527 MX6QDL_PAD_ENET_TX_EN__GPIO1_IO28 0x1b0b0 /* SDA */
531 pinctrl_i2c_gpio_lcd: i2c-gpiolcdgrp {
534 MX6QDL_PAD_SD1_DAT3__GPIO1_IO21 0x1b0b0 /* SDA */
605 pinctrl_mipi_csi: mipi-csigrp {
611 pinctrl_mgmt_gpios: mgmt-gpiosgrp {
718 pinctrl-names = "default";
719 pinctrl-0 = <&pinctrl_mipi_csi>;
723 pinctrl-names = "default";
724 pinctrl-0 = <&pinctrl_pcie>;
725 wake-up-gpio = <&gpio6 18 GPIO_ACTIVE_HIGH>;
726 reset-gpio = <&gpio3 13 GPIO_ACTIVE_HIGH>;
731 pinctrl-names = "default";
732 pinctrl-0 = <&pinctrl_pwm4>;
736 vin-supply = <&reg_v_core_s0>;
740 vin-supply = <&reg_vddsoc_s0>;
744 vin-supply = <&reg_vddsoc_s0>;
749 pinctrl-names = "default";
750 pinctrl-0 = <&pinctrl_uart1>;
751 uart-has-rtscts;
756 pinctrl-names = "default";
757 pinctrl-0 = <&pinctrl_uart2>;
762 pinctrl-names = "default";
763 pinctrl-0 = <&pinctrl_uart4>;
764 uart-has-rtscts;
769 pinctrl-names = "default";
770 pinctrl-0 = <&pinctrl_uart5>;
776 * no 'imx6-usb-charger-detection'
779 pinctrl-names = "default";
780 pinctrl-0 = <&pinctrl_usbotg>;
785 vbus-supply = <&reg_5p0v_s0>;
790 pinctrl-names = "default";
791 pinctrl-0 = <&pinctrl_usdhc3>;
792 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
793 wp-gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
794 no-1-8-v;
800 pinctrl-names = "default";
801 pinctrl-0 = <&pinctrl_usdhc4>;
802 bus-width = <8>;
803 no-sdio;
804 no-sd;
805 non-removable;
806 vmmc-supply = <&reg_3p3v_s0>;
807 vqmmc-supply = <&reg_1p8v_s0>;
812 pinctrl-names = "default";
813 pinctrl-0 = <&pinctrl_wdog1>;