Lines Matching +full:rts +full:- +full:gpios
1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/gpio/gpio.h>
11 gpio-leds {
12 compatible = "gpio-leds";
13 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_gpio_leds>;
17 label = "debug-led1";
18 gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
19 default-state = "off";
20 linux,default-trigger = "heartbeat";
24 label = "debug-led2";
25 gpios = <&gpio5 3 GPIO_ACTIVE_LOW>;
26 default-state = "off";
30 label = "debug-led3";
31 gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
32 default-state = "off";
36 pwm-beeper {
37 compatible = "pwm-beeper";
41 reg_3v3: regulator-3v3 {
42 compatible = "regulator-fixed";
43 regulator-name = "3v3";
44 regulator-min-microvolt = <3300000>;
45 regulator-max-microvolt = <3300000>;
48 reg_5v: regulator-5v {
49 compatible = "regulator-fixed";
50 regulator-name = "5v";
51 regulator-min-microvolt = <5000000>;
52 regulator-max-microvolt = <5000000>;
55 reg_usb_otg1_vbus: regulator-usb-otg1-vbus {
56 compatible = "regulator-fixed";
57 regulator-name = "usb_otg1_vbus";
58 regulator-min-microvolt = <5000000>;
59 regulator-max-microvolt = <5000000>;
61 enable-active-high;
64 reg_vref_adc: regulator-vref-adc {
65 compatible = "regulator-fixed";
66 regulator-name = "vref-adc";
67 regulator-min-microvolt = <3300000>;
68 regulator-max-microvolt = <3300000>;
73 pinctrl-names = "default";
74 pinctrl-0 = <&pinctrl_adc1>;
75 num-channels = <3>;
76 vref-supply = <®_vref_adc>;
81 pinctrl-names = "default";
82 pinctrl-0 = <&pinctrl_flexcan2>;
87 cs-gpios = <&gpio4 26 GPIO_ACTIVE_LOW>;
88 pinctrl-names = "default";
89 pinctrl-0 = <&pinctrl_ecspi1>;
95 spi-max-frequency = <20000000>;
96 spi-cpha;
97 spi-cpol;
100 address-width = <16>;
105 pinctrl-0 = <&pinctrl_enet1>;
106 /delete-node/ mdio;
110 pinctrl-names = "default";
111 pinctrl-0 = <&pinctrl_enet2 &pinctrl_enet2_mdio>;
112 phy-mode = "rmii";
113 phy-handle = <ðphy2>;
117 #address-cells = <1>;
118 #size-cells = <0>;
120 ethphy1: ethernet-phy@1 {
122 micrel,led-mode = <0>;
124 clock-names = "rmii-ref";
127 ethphy2: ethernet-phy@2 {
129 micrel,led-mode = <0>;
131 clock-names = "rmii-ref";
137 clock-frequency = <100000>;
138 pinctrl-names = "default";
139 pinctrl-0 = <&pinctrl_i2c1>;
144 clock-frequency = <100000>;
145 pinctrl-names = "default";
146 pinctrl-0 = <&pinctrl_i2c4>;
156 #pwm-cells = <2>;
157 pinctrl-names = "default";
158 pinctrl-0 = <&pinctrl_pwm8>;
163 pinctrl-names = "default";
164 pinctrl-0 = <&pinctrl_uart1>;
169 pinctrl-names = "default";
170 pinctrl-0 = <&pinctrl_uart2>;
171 linux,rs485-enabled-at-boot-time;
172 rs485-rx-during-tx;
173 rs485-rts-active-low;
174 uart-has-rtscts;
179 pinctrl-names = "default";
180 pinctrl-0 = <&pinctrl_uart3>;
181 fsl,uart-has-rtscts;
186 pinctrl-names = "default";
187 pinctrl-0 = <&pinctrl_uart4>;
192 pinctrl-names = "default";
193 pinctrl-0 = <&pinctrl_usbotg1>;
195 srp-disable;
196 hnp-disable;
197 adp-disable;
198 over-current-active-low;
199 vbus-supply = <®_usb_otg1_vbus>;
205 disable-over-current;
206 vbus-supply = <®_5v>;
211 pinctrl-names = "default";
212 pinctrl-0 = <&pinctrl_usdhc1>;
213 cd-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
214 keep-power-in-suspend;
215 wakeup-source;
216 vmmc-supply = <®_3v3>;
217 voltage-ranges = <3300 3300>;
218 no-1-8-v;
223 pinctrl-names = "default", "state_100mhz", "state_200mhz";
224 pinctrl-0 = <&pinctrl_usdhc2>;
225 pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
226 pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
227 non-removable;
228 keep-power-in-suspend;
229 wakeup-source;
230 vmmc-supply = <®_3v3>;
231 voltage-ranges = <3300 3300>;
232 no-1-8-v;
237 pinctrl-0 = <&pinctrl_reset_out &pinctrl_gpio>;
252 MX6UL_PAD_CSI_DATA05__GPIO4_IO26 0x100b1 /* ECSPI1-CS1 */
333 * mux unused RTS to make sure it doesn't cause
385 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
396 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {