Lines Matching +full:srp +full:- +full:disable

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>
11 led-controller {
12 compatible = "gpio-leds";
13 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_gpio_leds>;
16 led-0 {
20 default-state = "on";
21 linux,default-trigger = "heartbeat";
24 led-1 {
28 default-state = "off";
32 pcie0_refclk: clock-pcie0 {
33 compatible = "fixed-clock";
34 #clock-cells = <0>;
35 clock-frequency = <100000000>;
39 compatible = "pps-gpio";
40 pinctrl-names = "default";
41 pinctrl-0 = <&pinctrl_pps>;
46 reg_usb1_vbus: regulator-usb1 {
47 compatible = "regulator-fixed";
48 pinctrl-names = "default";
49 pinctrl-0 = <&pinctrl_reg_usb1_en>;
50 regulator-name = "usb1_vbus";
52 enable-active-high;
53 regulator-min-microvolt = <5000000>;
54 regulator-max-microvolt = <5000000>;
57 reg_usb2_vbus: regulator-usb2 {
58 compatible = "regulator-fixed";
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_reg_usb2_en>;
61 regulator-name = "usb2_vbus";
63 enable-active-high;
64 regulator-min-microvolt = <5000000>;
65 regulator-max-microvolt = <5000000>;
68 reg_usdhc2_vmmc: regulator-usdhc2-vmmc {
69 compatible = "regulator-fixed";
70 pinctrl-names = "default";
71 pinctrl-0 = <&pinctrl_usdhc2_vmmc>;
72 regulator-name = "VDD_3V3_SD";
73 enable-active-high;
75 off-on-delay-us = <12000>;
76 regulator-max-microvolt = <3300000>;
77 regulator-min-microvolt = <3300000>;
78 startup-delay-us = <100>;
82 /* off-board header */
84 pinctrl-names = "default";
85 pinctrl-0 = <&pinctrl_spi2>;
86 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
91 gpio-line-names =
103 clock-frequency = <400000>;
104 pinctrl-names = "default";
105 pinctrl-0 = <&pinctrl_i2c2>;
111 pinctrl-names = "default";
112 pinctrl-0 = <&pinctrl_accel>;
113 st,drdy-int-pin = <1>;
114 interrupt-parent = <&gpio4>;
116 interrupt-names = "INT1";
121 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
122 fsl,clkreq-unsupported;
124 clock-names = "ref";
129 pinctrl-names = "default";
130 pinctrl-0 = <&pinctrl_pcie0>;
131 reset-gpio = <&gpio4 29 GPIO_ACTIVE_LOW>;
137 pinctrl-names = "default";
138 pinctrl-0 = <&pinctrl_uart1>;
142 /* off-board header */
144 pinctrl-names = "default";
145 pinctrl-0 = <&pinctrl_uart3>;
151 pinctrl-names = "default";
152 pinctrl-0 = <&pinctrl_uart4>;
156 /* USB1 - OTG */
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_usb1>;
160 fsl,over-current-active-low;
165 vbus-supply = <&reg_usb1_vbus>;
171 adp-disable;
172 hnp-disable;
173 srp-disable;
175 usb-role-switch;
176 role-switch-default-mode = "peripheral";
180 compatible = "gpio-usb-b-connector", "usb-b-connector";
181 pinctrl-names = "default";
182 pinctrl-0 = <&pinctrl_usbcon1>;
185 id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
189 /* USB2 - USB3.0 Hub */
191 fsl,permanently-attached;
192 fsl,disable-port-power-control;
197 vbus-supply = <&reg_usb2_vbus>;
208 pinctrl-names = "default", "state_100mhz", "state_200mhz";
209 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
210 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
211 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
212 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
213 bus-width = <4>;
214 vmmc-supply = <&reg_usdhc2_vmmc>;
219 pinctrl-names = "default";
220 pinctrl-0 = <&pinctrl_hog>;
336 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
348 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
360 pinctrl_usdhc2_vmmc: usdhc2-vmmc-grp {