Lines Matching +full:phy +full:- +full:names
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 Device Tree Bindings
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:
41 reset-names:
44 usb0_id_det-gpios:
47 usb0_vbus_det-gpios:
50 usb0_vbus_power-supply:
53 usb0_vbus-supply:
57 - "#phy-cells"
58 - compatible
59 - clocks
60 - clock-names
61 - reg
62 - reg-names
63 - resets
64 - reset-names
69 - |
70 #include <dt-bindings/gpio/gpio.h>
71 #include <dt-bindings/clock/sun8i-v3s-ccu.h>
72 #include <dt-bindings/reset/sun8i-v3s-ccu.h>
74 phy@1c19400 {
75 #phy-cells = <1>;
76 compatible = "allwinner,sun8i-v3s-usb-phy";
79 reg-names = "phy_ctrl",
82 clock-names = "usb0_phy";
84 reset-names = "usb0_reset";
85 usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;