Lines Matching +full:cs +full:- +full:gpios

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;
17 compatible = "simple-bus";
18 #address-cells = <1>;
19 #size-cells = <0>;
22 compatible = "regulator-fixed";
24 regulator-name = "3P3V";
25 regulator-min-microvolt = <3300000>;
26 regulator-max-microvolt = <3300000>;
27 regulator-always-on;
31 compatible = "regulator-fixed";
33 pinctrl-names = "default";
34 regulator-name = "usbh1_vbus";
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
38 enable-active-high;
42 compatible = "regulator-fixed";
44 pinctrl-names = "default";
45 regulator-name = "usb_otg_vbus";
46 regulator-min-microvolt = <5000000>;
47 regulator-max-microvolt = <5000000>;
49 enable-active-high;
54 compatible = "gpio-leds";
55 pinctrl-names = "default";
56 pinctrl-0 = <&pinctrl_led>;
60 gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
61 default-state = "off";
62 linux,default-trigger = "heartbeat";
67 compatible = "fsl,imx6-rex-sgtl5000",
68 "fsl,imx-audio-sgtl5000";
69 model = "imx6-rex-sgtl5000";
70 ssi-controller = <&ssi1>;
71 audio-codec = <&codec>;
72 audio-routing =
76 mux-int-port = <1>;
77 mux-ext-port = <3>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_audmux>;
88 cs-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>;
89 pinctrl-names = "default";
90 pinctrl-0 = <&pinctrl_ecspi2>;
95 cs-gpios = <&gpio4 26 GPIO_ACTIVE_LOW>;
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_ecspi3>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_enet>;
104 phy-mode = "rgmii";
105 phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
110 ddc-i2c-bus = <&i2c2>;
115 clock-frequency = <100000>;
116 pinctrl-names = "default";
117 pinctrl-0 = <&pinctrl_i2c1>;
124 VDDA-supply = <&reg_3p3v>;
125 VDDIO-supply = <&reg_3p3v>;
130 clock-frequency = <100000>;
131 pinctrl-names = "default";
132 pinctrl-0 = <&pinctrl_i2c2>;
135 pca9535: gpio-expander@27 {
138 gpio-controller;
139 #gpio-cells = <2>;
140 pinctrl-names = "default";
141 pinctrl-0 = <&pinctrl_pca9535>;
142 interrupt-parent = <&gpio6>;
144 interrupt-controller;
145 #interrupt-cells = <2>;
155 clock-frequency = <100000>;
156 pinctrl-names = "default";
157 pinctrl-0 = <&pinctrl_i2c3>;
162 pinctrl-names = "default";
163 pinctrl-0 = <&pinctrl_hog>;
165 imx6qdl-rex {
187 /* CS */
197 /* CS */
326 pinctrl-names = "default";
327 pinctrl-0 = <&pinctrl_uart1>;
332 pinctrl-names = "default";
333 pinctrl-0 = <&pinctrl_uart2>;
338 vbus-supply = <&reg_usbh1_vbus>;
339 pinctrl-names = "default";
340 pinctrl-0 = <&pinctrl_usbh1>;
345 vbus-supply = <&reg_usb_otg_vbus>;
346 pinctrl-names = "default";
347 pinctrl-0 = <&pinctrl_usbotg>;
352 pinctrl-names = "default";
353 pinctrl-0 = <&pinctrl_usdhc2>;
354 bus-width = <4>;
355 cd-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
356 wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
361 pinctrl-names = "default";
362 pinctrl-0 = <&pinctrl_usdhc3>;
363 bus-width = <4>;
364 cd-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
365 wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;