Lines Matching +full:otg +full:- +full:gpio
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/phy/phy-imx8-pcie.h>
16 compatible = "gpio-usb-b-connector", "usb-b-connector";
17 pinctrl-names = "default";
18 pinctrl-0 = <&pinctrl_usbcon1>;
20 label = "otg";
21 vbus-supply = <®_usb1_vbus>;
22 id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
26 remote-endpoint = <&usb3_dwc>;
31 led-controller {
32 compatible = "gpio-leds";
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_gpio_leds>;
36 led-0 {
40 default-state = "on";
41 linux,default-trigger = "heartbeat";
44 led-1 {
48 default-state = "off";
52 pcie0_refclk: clock-pcie0 {
53 compatible = "fixed-clock";
54 #clock-cells = <0>;
55 clock-frequency = <100000000>;
59 compatible = "pps-gpio";
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_pps>;
66 reg_usb1_vbus: regulator-usb1 {
67 compatible = "regulator-fixed";
68 pinctrl-names = "default";
69 pinctrl-0 = <&pinctrl_reg_usb1_en>;
70 regulator-name = "usb1_vbus";
71 gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
72 enable-active-high;
73 regulator-min-microvolt = <5000000>;
74 regulator-max-microvolt = <5000000>;
77 reg_usb2_vbus: regulator-usb2 {
78 compatible = "regulator-fixed";
79 pinctrl-names = "default";
80 pinctrl-0 = <&pinctrl_reg_usb2_en>;
81 regulator-name = "usb2_vbus";
82 gpio = <&gpio4 12 GPIO_ACTIVE_HIGH>;
83 enable-active-high;
84 regulator-min-microvolt = <5000000>;
85 regulator-max-microvolt = <5000000>;
88 reg_wifi_en: regulator-wifi-en {
89 compatible = "regulator-fixed";
90 pinctrl-names = "default";
91 pinctrl-0 = <&pinctrl_reg_wl>;
92 regulator-name = "wl";
93 gpio = <&gpio4 19 GPIO_ACTIVE_HIGH>;
94 startup-delay-us = <100>;
95 enable-active-high;
96 regulator-min-microvolt = <3300000>;
97 regulator-max-microvolt = <3300000>;
100 reg_usdhc2_vmmc: regulator-usdhc2-vmmc {
101 compatible = "regulator-fixed";
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_usdhc2_vmmc>;
104 regulator-name = "VDD_3V3_SD";
105 enable-active-high;
106 gpio = <&gpio2 19 0>; /* SD2_RESET */
107 off-on-delay-us = <12000>;
108 regulator-max-microvolt = <3300000>;
109 regulator-min-microvolt = <3300000>;
110 startup-delay-us = <100>;
114 /* off-board header */
116 pinctrl-names = "default";
117 pinctrl-0 = <&pinctrl_spi2>;
118 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
123 compatible = "atmel,attpm20p", "tcg,tpm_tis-spi";
125 spi-max-frequency = <36000000>;
130 gpio-line-names =
142 clock-frequency = <400000>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&pinctrl_i2c2>;
150 pinctrl-names = "default";
151 pinctrl-0 = <&pinctrl_accel>;
152 st,drdy-int-pin = <1>;
153 interrupt-parent = <&gpio4>;
159 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
160 fsl,clkreq-unsupported;
162 clock-names = "ref";
167 pinctrl-names = "default";
168 pinctrl-0 = <&pinctrl_pcie0>;
169 reset-gpio = <&gpio4 29 GPIO_ACTIVE_LOW>;
175 #address-cells = <3>;
176 #size-cells = <2>;
182 #address-cells = <3>;
183 #size-cells = <2>;
189 #address-cells = <3>;
190 #size-cells = <2>;
195 #address-cells = <3>;
196 #size-cells = <2>;
198 local-mac-address = [00 00 00 00 00 00];
207 pinctrl-names = "default";
208 pinctrl-0 = <&pinctrl_uart1>;
214 pinctrl-names = "default";
215 pinctrl-0 = <&pinctrl_uart3>, <&pinctrl_bten>;
216 cts-gpios = <&gpio5 8 GPIO_ACTIVE_LOW>;
217 rts-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
221 compatible = "brcm,bcm4330-bt";
222 shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
228 pinctrl-names = "default";
229 pinctrl-0 = <&pinctrl_uart4>;
233 /* USB1 - OTG */
235 pinctrl-names = "default";
236 pinctrl-0 = <&pinctrl_usb1>;
237 fsl,over-current-active-low;
246 /* dual role is implemented but not a full featured OTG */
247 adp-disable;
248 hnp-disable;
249 srp-disable;
250 dr_mode = "otg";
251 usb-role-switch;
252 role-switch-default-mode = "peripheral";
257 remote-endpoint = <&usb_dr_connector>;
262 /* USB2 - USB3.0 Hub */
264 fsl,permanently-attached;
265 fsl,disable-port-power-control;
270 vbus-supply = <®_usb2_vbus>;
281 pinctrl-names = "default";
282 pinctrl-0 = <&pinctrl_usdhc1>;
283 bus-width = <4>;
284 non-removable;
285 vmmc-supply = <®_wifi_en>;
291 pinctrl-names = "default", "state_100mhz", "state_200mhz";
292 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
293 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
294 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
295 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
296 bus-width = <4>;
297 vmmc-supply = <®_usdhc2_vmmc>;
302 pinctrl-names = "default";
303 pinctrl-0 = <&pinctrl_hog>;
433 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
445 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
457 pinctrl_usdhc2_vmmc: usdhc2-vmmc-grp {