Lines Matching +full:phy +full:- +full:reset +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/phy/allwinner,sun8i-v3s-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner V3s USB PHY
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#phy-cells":
18 const: allwinner,sun8i-v3s-usb-phy
22 - description: PHY Control registers
23 - description: PHY PMU0 registers
25 reg-names:
27 - const: phy_ctrl
28 - const: pmu0
32 description: USB OTG PHY bus clock
34 clock-names:
39 description: USB OTG reset
41 reset-names:
44 usb0_id_det-gpios:
48 usb0_vbus_det-gpios:
52 usb0_vbus_power-supply:
55 usb0_vbus-supply:
59 - "#phy-cells"
60 - compatible
61 - clocks
62 - clock-names
63 - reg
64 - reg-names
65 - resets
66 - reset-names
71 - |
72 #include <dt-bindings/gpio/gpio.h>
73 #include <dt-bindings/clock/sun8i-v3s-ccu.h>
74 #include <dt-bindings/reset/sun8i-v3s-ccu.h>
76 phy@1c19400 {
77 #phy-cells = <1>;
78 compatible = "allwinner,sun8i-v3s-usb-phy";
81 reg-names = "phy_ctrl",
84 clock-names = "usb0_phy";
86 reset-names = "usb0_reset";
87 usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;