1 * Renesas R-Car generation 3 USB 2.0 PHY
3 This file provides information on what the device node for the R-Car generation
4 3 USB 2.0 PHY contains.
7 - compatible: "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
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>.
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
17 - interrupts: interrupt specifier for the PHY.
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>;
29 compatible = "renesas,usb2-phy-r8a7795";
30 reg = <0 0xee0a0200 0 0x700>;
31 clocks = <&mstp7_clks R8A7795_CLK_EHCI0>;