Lines Matching +full:vbus +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/phy/allwinner,sun5i-a13-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#phy-cells":
18 const: allwinner,sun5i-a13-usb-phy
22 - description: PHY Control registers
23 - description: PHY PMU1 registers
25 reg-names:
27 - const: phy_ctrl
28 - const: pmu1
34 clock-names:
39 - description: USB OTG reset
40 - description: USB Host 1 Controller reset
42 reset-names:
44 - const: usb0_reset
45 - const: usb1_reset
47 usb0_id_det-gpios:
50 usb0_vbus_det-gpios:
51 description: GPIO to the USB OTG VBUS detect pin
53 usb0_vbus_power-supply:
54 description: Power supply to detect the USB OTG VBUS
56 usb0_vbus-supply:
57 description: Regulator controlling USB OTG VBUS
59 usb1_vbus-supply:
63 - "#phy-cells"
64 - compatible
65 - clocks
66 - clock-names
67 - reg
68 - reg-names
69 - resets
70 - reset-names
75 - |
76 #include <dt-bindings/gpio/gpio.h>
77 #include <dt-bindings/clock/sun5i-ccu.h>
78 #include <dt-bindings/reset/sun5i-ccu.h>
81 #phy-cells = <1>;
82 compatible = "allwinner,sun5i-a13-usb-phy";
84 reg-names = "phy_ctrl", "pmu1";
86 clock-names = "usb_phy";
88 reset-names = "usb0_reset", "usb1_reset";
89 usb0_id_det-gpios = <&pio 6 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PG2 */
90 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
91 usb0_vbus-supply = <®_usb0_vbus>;
92 usb1_vbus-supply = <®_usb1_vbus>;