phy: rockchip-emmc: should be a child device of the GRF
[deliverable/linux.git] / Documentation / devicetree / bindings / phy / rockchip-emmc-phy.txt
CommitLineData
7ed0c961
SL
1Rockchip EMMC PHY
2-----------------------
3
4Required properties:
5 - compatible: rockchip,rk3399-emmc-phy
7ed0c961
SL
6 - #phy-cells: must be 0
7 - reg: PHY configure reg address offset in "general
8 register files"
9
10Example:
11
332184ad
HS
12
13grf: syscon@ff770000 {
14 compatible = "rockchip,rk3399-grf", "syscon", "simple-mfd";
15
16...
17
18 emmcphy: phy@f780 {
19 compatible = "rockchip,rk3399-emmc-phy";
20 reg = <0xf780>;
21 #phy-cells = <0>;
22 };
7ed0c961 23};
This page took 0.030819 seconds and 5 git commands to generate.