1 * Amlogic Meson GXL and GXM USB3 PHY and OTG detection binding
4 - compatible: Should be "amlogic,meson-gxl-usb3-phy"
5 - #phys-cells: must be 0 (see phy-bindings.txt in this directory)
6 - reg: The base address and length of the registers
7 - interrupts: the interrupt specifier for the OTG detection
8 - clocks: phandles to the clocks for
10 - and peripheral mode/OTG detection
11 - clock-names: must contain "phy" and "peripheral"
12 - resets: phandle to the reset lines for:
14 - peripheral mode/OTG detection
15 - reset-names: must contain "phy" and "peripheral"
18 - phy-supply: see phy-bindings.txt in this directory
22 usb3_phy0: phy@78080 {
23 compatible = "amlogic,meson-gxl-usb3-phy";
25 reg = <0x0 0x78080 0x0 0x20>;
26 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
27 clocks = <&clkc CLKID_USB_OTG>, <&clkc_AO CLKID_AO_CEC_32K>;
28 clock-names = "phy", "peripheral";
29 resets = <&reset RESET_USB_OTG>, <&reset RESET_USB_OTG>;
30 reset-names = "phy", "peripheral";