Merge tag 'arc-4.6-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[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 6 - #phy-cells: must be 0
5128de85 7 - reg: PHY register address offset and length in "general
7ed0c961
SL
8 register files"
9
10Example:
11
332184ad
HS
12
13grf: syscon@ff770000 {
14 compatible = "rockchip,rk3399-grf", "syscon", "simple-mfd";
5128de85
HS
15 #address-cells = <1>;
16 #size-cells = <1>;
332184ad
HS
17
18...
19
20 emmcphy: phy@f780 {
21 compatible = "rockchip,rk3399-emmc-phy";
5128de85 22 reg = <0xf780 0x20>;
332184ad
HS
23 #phy-cells = <0>;
24 };
7ed0c961 25};
This page took 0.031821 seconds and 5 git commands to generate.