17ed0c961SShawn LinRockchip EMMC PHY
27ed0c961SShawn Lin-----------------------
37ed0c961SShawn Lin
47ed0c961SShawn LinRequired properties:
57ed0c961SShawn Lin - compatible: rockchip,rk3399-emmc-phy
67ed0c961SShawn Lin - rockchip,grf : phandle to the syscon managing the "general
77ed0c961SShawn Lin   register files"
87ed0c961SShawn Lin - #phy-cells: must be 0
97ed0c961SShawn Lin - reg: PHY configure reg address offset in "general
107ed0c961SShawn Lin   register files"
117ed0c961SShawn Lin
127ed0c961SShawn LinExample:
137ed0c961SShawn Lin
147ed0c961SShawn Linemmcphy: phy {
157ed0c961SShawn Lin	compatible = "rockchip,rk3399-emmc-phy";
167ed0c961SShawn Lin	rockchip,grf = <&grf>;
177ed0c961SShawn Lin	reg = <0xf780>;
187ed0c961SShawn Lin	#phy-cells = <0>;
197ed0c961SShawn Lin};
20