Lines Matching +full:otg +full:- +full:vbus
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/phy/allwinner,sun4i-a10-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":
19 - allwinner,sun4i-a10-usb-phy
20 - allwinner,sun7i-a20-usb-phy
24 - description: PHY Control registers
25 - description: PHY PMU1 registers
26 - description: PHY PMU2 registers
28 reg-names:
30 - const: phy_ctrl
31 - const: pmu1
32 - const: pmu2
38 clock-names:
43 - description: USB OTG reset
44 - description: USB Host 1 Controller reset
45 - description: USB Host 2 Controller reset
47 reset-names:
49 - const: usb0_reset
50 - const: usb1_reset
51 - const: usb2_reset
53 usb0_id_det-gpios:
55 description: GPIO to the USB OTG ID pin
57 usb0_vbus_det-gpios:
59 description: GPIO to the USB OTG VBUS detect pin
61 usb0_vbus_power-supply:
62 description: Power supply to detect the USB OTG VBUS
64 usb0_vbus-supply:
65 description: Regulator controlling USB OTG VBUS
67 usb1_vbus-supply:
70 usb2_vbus-supply:
74 - "#phy-cells"
75 - compatible
76 - clocks
77 - clock-names
78 - reg
79 - reg-names
80 - resets
81 - reset-names
86 - |
87 #include <dt-bindings/gpio/gpio.h>
88 #include <dt-bindings/clock/sun4i-a10-ccu.h>
89 #include <dt-bindings/reset/sun4i-a10-ccu.h>
92 #phy-cells = <1>;
93 compatible = "allwinner,sun4i-a10-usb-phy";
95 reg-names = "phy_ctrl", "pmu1", "pmu2";
97 clock-names = "usb_phy";
101 reset-names = "usb0_reset", "usb1_reset", "usb2_reset";
102 usb0_id_det-gpios = <&pio 7 19 GPIO_ACTIVE_HIGH>;
103 usb0_vbus_det-gpios = <&pio 7 22 GPIO_ACTIVE_HIGH>;
104 usb0_vbus-supply = <®_usb0_vbus>;
105 usb1_vbus-supply = <®_usb1_vbus>;
106 usb2_vbus-supply = <®_usb2_vbus>;