Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm...
[deliverable/linux.git] / Documentation / devicetree / bindings / ata / marvell.txt
CommitLineData
97b414e1
AL
1* Marvell Orion SATA
2
3Required Properties:
b1f5c73b 4- compatibility : "marvell,orion-sata" or "marvell,armada-370-sata"
97b414e1
AL
5- reg : Address range of controller
6- interrupts : Interrupt controller is using
7- nr-ports : Number of SATA ports in use.
8
aa1facbd
AL
9Optional Properties:
10- phys : List of phandles to sata phys
11- phy-names : Should be "0", "1", etc, one number per phandle
12
97b414e1
AL
13Example:
14
15 sata@80000 {
16 compatible = "marvell,orion-sata";
17 reg = <0x80000 0x5000>;
18 interrupts = <21>;
aa1facbd
AL
19 phys = <&sata_phy0>, <&sata_phy1>;
20 phy-names = "0", "1";
97b414e1
AL
21 nr-ports = <2>;
22 }
This page took 0.284558 seconds and 5 git commands to generate.