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>;
142 clock-frequency = <100000>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&pinctrl_i2c3>;
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_hog>;
152 imx6qdl-rex {
174 /* CS */
184 /* CS */
307 pinctrl-names = "default";
308 pinctrl-0 = <&pinctrl_uart1>;
313 pinctrl-names = "default";
314 pinctrl-0 = <&pinctrl_uart2>;
319 vbus-supply = <&reg_usbh1_vbus>;
320 pinctrl-names = "default";
321 pinctrl-0 = <&pinctrl_usbh1>;
326 vbus-supply = <&reg_usb_otg_vbus>;
327 pinctrl-names = "default";
328 pinctrl-0 = <&pinctrl_usbotg>;
333 pinctrl-names = "default";
334 pinctrl-0 = <&pinctrl_usdhc2>;
335 bus-width = <4>;
336 cd-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
337 wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
342 pinctrl-names = "default";
343 pinctrl-0 = <&pinctrl_usdhc3>;
344 bus-width = <4>;
345 cd-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
346 wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;