|
@@ -6,11 +6,17 @@ Required Properties:
|
|
- interrupts : Interrupt controller is using
|
|
- interrupts : Interrupt controller is using
|
|
- nr-ports : Number of SATA ports in use.
|
|
- nr-ports : Number of SATA ports in use.
|
|
|
|
|
|
|
|
+Optional Properties:
|
|
|
|
+- phys : List of phandles to sata phys
|
|
|
|
+- phy-names : Should be "0", "1", etc, one number per phandle
|
|
|
|
+
|
|
Example:
|
|
Example:
|
|
|
|
|
|
sata@80000 {
|
|
sata@80000 {
|
|
compatible = "marvell,orion-sata";
|
|
compatible = "marvell,orion-sata";
|
|
reg = <0x80000 0x5000>;
|
|
reg = <0x80000 0x5000>;
|
|
interrupts = <21>;
|
|
interrupts = <21>;
|
|
|
|
+ phys = <&sata_phy0>, <&sata_phy1>;
|
|
|
|
+ phy-names = "0", "1";
|
|
nr-ports = <2>;
|
|
nr-ports = <2>;
|
|
}
|
|
}
|