18c2ecf20Sopenharmony_ci* Renesas R-Car generation 3 PCIe PHY
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThis file provides information on what the device node for the R-Car
48c2ecf20Sopenharmony_cigeneration 3 PCIe PHY contains.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci- compatible: "renesas,r8a77980-pcie-phy" if the device is a part of the
88c2ecf20Sopenharmony_ci	      R8A77980 SoC.
98c2ecf20Sopenharmony_ci- reg: offset and length of the register block.
108c2ecf20Sopenharmony_ci- clocks: clock phandle and specifier pair.
118c2ecf20Sopenharmony_ci- power-domains: power domain phandle and specifier pair.
128c2ecf20Sopenharmony_ci- resets: reset phandle and specifier pair.
138c2ecf20Sopenharmony_ci- #phy-cells: see phy-bindings.txt in the same directory, must be <0>.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExample (R-Car V3H):
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	pcie-phy@e65d0000 {
188c2ecf20Sopenharmony_ci		compatible = "renesas,r8a77980-pcie-phy";
198c2ecf20Sopenharmony_ci		reg = <0 0xe65d0000 0 0x8000>;
208c2ecf20Sopenharmony_ci		#phy-cells = <0>;
218c2ecf20Sopenharmony_ci		clocks = <&cpg CPG_MOD 319>;
228c2ecf20Sopenharmony_ci		power-domains = <&sysc 32>;
238c2ecf20Sopenharmony_ci		resets = <&cpg 319>;
248c2ecf20Sopenharmony_ci	};
25