Lines Matching +full:hnp +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_wifi_en: regulator-wifi-en {
69 compatible = "regulator-fixed";
70 pinctrl-names = "default";
71 pinctrl-0 = <&pinctrl_reg_wl>;
72 regulator-name = "wl";
74 startup-delay-us = <100>;
75 enable-active-high;
76 regulator-min-microvolt = <3300000>;
77 regulator-max-microvolt = <3300000>;
80 reg_usdhc2_vmmc: regulator-usdhc2-vmmc {
81 compatible = "regulator-fixed";
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_usdhc2_vmmc>;
84 regulator-name = "VDD_3V3_SD";
85 enable-active-high;
87 off-on-delay-us = <12000>;
88 regulator-max-microvolt = <3300000>;
89 regulator-min-microvolt = <3300000>;
90 startup-delay-us = <100>;
94 /* off-board header */
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_spi2>;
98 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
103 gpio-line-names =
115 clock-frequency = <400000>;
116 pinctrl-names = "default";
117 pinctrl-0 = <&pinctrl_i2c2>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&pinctrl_accel>;
125 st,drdy-int-pin = <1>;
126 interrupt-parent = <&gpio4>;
128 interrupt-names = "INT1";
133 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
134 fsl,clkreq-unsupported;
136 clock-names = "ref";
141 pinctrl-names = "default";
142 pinctrl-0 = <&pinctrl_pcie0>;
143 reset-gpio = <&gpio4 29 GPIO_ACTIVE_LOW>;
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_uart1>;
156 pinctrl-names = "default";
157 pinctrl-0 = <&pinctrl_uart3>, <&pinctrl_bten>;
158 cts-gpios = <&gpio5 8 GPIO_ACTIVE_LOW>;
159 rts-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
163 compatible = "brcm,bcm4330-bt";
164 shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
170 pinctrl-names = "default";
171 pinctrl-0 = <&pinctrl_uart4>;
175 /* USB1 - OTG */
177 pinctrl-names = "default";
178 pinctrl-0 = <&pinctrl_usb1>;
179 fsl,over-current-active-low;
184 vbus-supply = <&reg_usb1_vbus>;
190 adp-disable;
191 hnp-disable;
192 srp-disable;
194 usb-role-switch;
195 role-switch-default-mode = "peripheral";
199 compatible = "gpio-usb-b-connector", "usb-b-connector";
200 pinctrl-names = "default";
201 pinctrl-0 = <&pinctrl_usbcon1>;
204 id-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
208 /* USB2 - USB3.0 Hub */
210 fsl,permanently-attached;
211 fsl,disable-port-power-control;
216 vbus-supply = <&reg_usb2_vbus>;
227 pinctrl-names = "default";
228 pinctrl-0 = <&pinctrl_usdhc1>;
229 bus-width = <4>;
230 non-removable;
231 vmmc-supply = <&reg_wifi_en>;
237 pinctrl-names = "default", "state_100mhz", "state_200mhz";
238 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
239 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
240 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
241 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
242 bus-width = <4>;
243 vmmc-supply = <&reg_usdhc2_vmmc>;
248 pinctrl-names = "default";
249 pinctrl-0 = <&pinctrl_hog>;
379 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
391 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
403 pinctrl_usdhc2_vmmc: usdhc2-vmmc-grp {