rcar-gen3-phy-pcie.txt 750 B

123456789101112131415161718192021222324
  1. * Renesas R-Car generation 3 PCIe PHY
  2. This file provides information on what the device node for the R-Car
  3. generation 3 PCIe PHY contains.
  4. Required properties:
  5. - compatible: "renesas,r8a77980-pcie-phy" if the device is a part of the
  6. R8A77980 SoC.
  7. - reg: offset and length of the register block.
  8. - clocks: clock phandle and specifier pair.
  9. - power-domains: power domain phandle and specifier pair.
  10. - resets: reset phandle and specifier pair.
  11. - #phy-cells: see phy-bindings.txt in the same directory, must be <0>.
  12. Example (R-Car V3H):
  13. pcie-phy@e65d0000 {
  14. compatible = "renesas,r8a77980-pcie-phy";
  15. reg = <0 0xe65d0000 0 0x8000>;
  16. #phy-cells = <0>;
  17. clocks = <&cpg CPG_MOD 319>;
  18. power-domains = <&sysc 32>;
  19. resets = <&cpg 319>;
  20. };