phy: rcar-gen3-usb2: remove HSUSB registers handling
[cascardo/linux.git] / Documentation / devicetree / bindings / phy / rcar-gen3-phy-usb2.txt
1 * Renesas R-Car generation 3 USB 2.0 PHY
2
3 This file provides information on what the device node for the R-Car generation
4 3 USB 2.0 PHY contains.
5
6 Required properties:
7 - compatible: "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
8               SoC.
9 - reg: offset and length of the partial USB 2.0 Host register block.
10 - clocks: clock phandle and specifier pair(s).
11 - #phy-cells: see phy-bindings.txt in the same directory, must be <0>.
12
13 Optional properties:
14 To use a USB channel where USB 2.0 Host and HSUSB (USB 2.0 Peripheral) are
15 combined, the device tree node should set interrupt properties to use the
16 channel as USB OTG:
17 - interrupts: interrupt specifier for the PHY.
18
19 Example (R-Car H3):
20
21         usb-phy@ee080200 {
22                 compatible = "renesas,usb2-phy-r8a7795";
23                 reg = <0 0xee080200 0 0x700>;
24                 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
25                 clocks = <&mstp7_clks R8A7795_CLK_EHCI0>;
26         };
27
28         usb-phy@ee0a0200 {
29                 compatible = "renesas,usb2-phy-r8a7795";
30                 reg = <0 0xee0a0200 0 0x700>;
31                 clocks = <&mstp7_clks R8A7795_CLK_EHCI0>;
32         };