1 # SPDX-License-Identifier: GPL-2.0
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>
18 const: allwinner,sun8i-v3s-usb-phy
22 - description: PHY Control registers
23 - description: PHY PMU0 registers
32 description: USB OTG PHY bus clock
39 description: USB OTG reset
45 description: GPIO to the USB OTG ID pin
48 description: GPIO to the USB OTG VBUS detect pin
50 usb0_vbus_power-supply:
51 description: Power supply to detect the USB OTG VBUS
54 description: Regulator controlling USB OTG VBUS
66 additionalProperties: false
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>
76 compatible = "allwinner,sun8i-v3s-usb-phy";
77 reg = <0x01c19400 0x2c>,
79 reg-names = "phy_ctrl",
81 clocks = <&ccu CLK_USB_PHY0>;
82 clock-names = "usb0_phy";
83 resets = <&ccu RST_USB_PHY0>;
84 reset-names = "usb0_reset";
85 usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;