aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/ata/ahci-platform.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/ata/ahci-platform.txt')
-rw-r--r--Documentation/devicetree/bindings/ata/ahci-platform.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt
index 8bb8a76d42e..b519f9b699c 100644
--- a/Documentation/devicetree/bindings/ata/ahci-platform.txt
+++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt
@@ -8,9 +8,18 @@ Required properties:
8- interrupts : <interrupt mapping for SATA IRQ> 8- interrupts : <interrupt mapping for SATA IRQ>
9- reg : <registers mapping> 9- reg : <registers mapping>
10 10
11Optional properties:
12- calxeda,port-phys: phandle-combophy and lane assignment, which maps each
13 SATA port to a combophy and a lane within that
14 combophy
15- dma-coherent : Present if dma operations are coherent
16
11Example: 17Example:
12 sata@ffe08000 { 18 sata@ffe08000 {
13 compatible = "calxeda,hb-ahci"; 19 compatible = "calxeda,hb-ahci";
14 reg = <0xffe08000 0x1000>; 20 reg = <0xffe08000 0x1000>;
15 interrupts = <115>; 21 interrupts = <115>;
22 calxeda,port-phys = <&combophy5 0 &combophy0 0 &combophy0 1
23 &combophy0 2 &combophy0 3>;
24
16 }; 25 };