| * Renesas R-Car generation 3 PCIe PHY |
| This file provides information on what the device node for the R-Car |
| generation 3 PCIe PHY contains. |
| - compatible: "renesas,r8a77980-pcie-phy" if the device is a part of the |
| - reg: offset and length of the register block. |
| - clocks: clock phandle and specifier pair. |
| - power-domains: power domain phandle and specifier pair. |
| - resets: reset phandle and specifier pair. |
| - #phy-cells: see phy-bindings.txt in the same directory, must be <0>. |
| compatible = "renesas,r8a77980-pcie-phy"; |
| reg = <0 0xe65d0000 0 0x8000>; |
| clocks = <&cpg CPG_MOD 319>; |
| power-domains = <&sysc 32>; |