Lines Matching +full:vbus +full:- +full:gpio
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
11 stdout-path = &uart4;
14 reg_3v3: regulator-3v3 {
15 compatible = "regulator-fixed";
16 regulator-name = "3v3";
17 regulator-min-microvolt = <3300000>;
18 regulator-max-microvolt = <3300000>;
21 reg_usb_h1_vbus: regulator-h1-vbus {
22 compatible = "regulator-fixed";
23 regulator-name = "h1-vbus";
24 regulator-min-microvolt = <5000000>;
25 regulator-max-microvolt = <5000000>;
28 reg_usb_otg_vbus: regulator-otg-vbus {
29 compatible = "regulator-fixed";
30 regulator-name = "otg-vbus";
31 regulator-min-microvolt = <5000000>;
32 regulator-max-microvolt = <5000000>;
33 gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
34 enable-active-high;
39 pinctrl-names = "default";
44 clock-frequency = <100000>;
45 pinctrl-names = "default";
46 pinctrl-0 = <&pinctrl_i2c1>;
51 clock-frequency = <100000>;
52 pinctrl-names = "default";
53 pinctrl-0 = <&pinctrl_i2c3>;
56 temperature-sensor@70 {
63 pinctrl-names = "default";
64 pinctrl-0 = <&pinctrl_uart4>;
69 vbus-supply = <®_usb_h1_vbus>;
72 disable-over-current;
77 vbus-supply = <®_usb_otg_vbus>;
78 pinctrl-names = "default";
79 pinctrl-0 = <&pinctrl_usbotg>;
82 over-current-active-low;
95 pinctrl-names = "default";
96 pinctrl-0 = <&pinctrl_usdhc1>;
97 cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_usdhc3>;
104 bus-width = <8>;
105 non-removable;
106 no-1-8-v;
107 no-sd;
108 no-sdio;