Lines Matching +full:gpio2 +full:- +full:width
1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
13 stdout-path = &uart1;
16 reg_3p3v: regulator-3p3v {
17 compatible = "regulator-fixed";
18 regulator-name = "3P3V";
19 regulator-min-microvolt = <3300000>;
20 regulator-max-microvolt = <3300000>;
21 regulator-always-on;
24 reg_usbh1_vbus: regulator-usbh1-vbus {
25 compatible = "regulator-fixed";
26 pinctrl-names = "default";
27 regulator-name = "usbh1_vbus";
28 regulator-min-microvolt = <5000000>;
29 regulator-max-microvolt = <5000000>;
31 enable-active-high;
34 reg_usb_otg_vbus: regulator-otg-vbus {
35 compatible = "regulator-fixed";
36 pinctrl-names = "default";
37 regulator-name = "usb_otg_vbus";
38 regulator-min-microvolt = <5000000>;
39 regulator-max-microvolt = <5000000>;
41 enable-active-high;
45 compatible = "gpio-leds";
46 pinctrl-names = "default";
47 pinctrl-0 = <&pinctrl_led>;
49 led0: led-usr {
52 default-state = "off";
53 linux,default-trigger = "heartbeat";
58 compatible = "fsl,imx6-rex-sgtl5000",
59 "fsl,imx-audio-sgtl5000";
60 model = "imx6-rex-sgtl5000";
61 ssi-controller = <&ssi1>;
62 audio-codec = <&codec>;
63 audio-routing =
67 mux-int-port = <1>;
68 mux-ext-port = <3>;
73 pinctrl-names = "default";
74 pinctrl-0 = <&pinctrl_audmux>;
79 cs-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>;
80 pinctrl-names = "default";
81 pinctrl-0 = <&pinctrl_ecspi2>;
86 cs-gpios = <&gpio4 26 GPIO_ACTIVE_LOW>;
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_ecspi3>;
93 pinctrl-names = "default";
94 pinctrl-0 = <&pinctrl_enet>;
95 phy-mode = "rgmii";
96 phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
101 ddc-i2c-bus = <&i2c2>;
106 clock-frequency = <100000>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&pinctrl_i2c1>;
114 #sound-dai-cells = <0>;
116 VDDA-supply = <®_3p3v>;
117 VDDIO-supply = <®_3p3v>;
122 clock-frequency = <100000>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&pinctrl_i2c2>;
127 pca9535: gpio-expander@27 {
130 gpio-controller;
131 #gpio-cells = <2>;
132 pinctrl-names = "default";
133 pinctrl-0 = <&pinctrl_pca9535>;
134 interrupt-parent = <&gpio6>;
136 interrupt-controller;
137 #interrupt-cells = <2>;
147 clock-frequency = <100000>;
148 pinctrl-names = "default";
149 pinctrl-0 = <&pinctrl_i2c3>;
154 pinctrl-names = "default";
155 pinctrl-0 = <&pinctrl_hog>;
157 imx6qdl-rex {
318 pinctrl-names = "default";
319 pinctrl-0 = <&pinctrl_uart1>;
324 pinctrl-names = "default";
325 pinctrl-0 = <&pinctrl_uart2>;
330 vbus-supply = <®_usbh1_vbus>;
331 pinctrl-names = "default";
332 pinctrl-0 = <&pinctrl_usbh1>;
337 vbus-supply = <®_usb_otg_vbus>;
338 pinctrl-names = "default";
339 pinctrl-0 = <&pinctrl_usbotg>;
344 pinctrl-names = "default";
345 pinctrl-0 = <&pinctrl_usdhc2>;
346 bus-width = <4>;
347 cd-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
348 wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
353 pinctrl-names = "default";
354 pinctrl-0 = <&pinctrl_usdhc3>;
355 bus-width = <4>;
356 cd-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
357 wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;