18c2ecf20Sopenharmony_ciCadence DPHY
28c2ecf20Sopenharmony_ci============
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciCadence DPHY block.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci- compatible: should be set to "cdns,dphy".
88c2ecf20Sopenharmony_ci- reg: physical base address and length of the DPHY registers.
98c2ecf20Sopenharmony_ci- clocks: DPHY reference clocks.
108c2ecf20Sopenharmony_ci- clock-names: must contain "psm" and "pll_ref".
118c2ecf20Sopenharmony_ci- #phy-cells: must be set to 0.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciExample:
148c2ecf20Sopenharmony_ci	dphy0: dphy@fd0e0000{
158c2ecf20Sopenharmony_ci		compatible = "cdns,dphy";
168c2ecf20Sopenharmony_ci		reg = <0x0 0xfd0e0000 0x0 0x1000>;
178c2ecf20Sopenharmony_ci		clocks = <&psm_clk>, <&pll_ref_clk>;
188c2ecf20Sopenharmony_ci		clock-names = "psm", "pll_ref";
198c2ecf20Sopenharmony_ci		#phy-cells = <0>;
208c2ecf20Sopenharmony_ci	};
21