1 * Marvell Orion SATA 1 * Marvell Orion SATA 2 2 3 Required Properties: 3 Required Properties: 4 - compatibility : "marvell,orion-sata" or "mar 4 - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata" 5 - reg : Address range of controller 5 - reg : Address range of controller 6 - interrupts : Interrupt controller is usin 6 - interrupts : Interrupt controller is using 7 - nr-ports : Number of SATA ports in use. 7 - nr-ports : Number of SATA ports in use. 8 8 9 Optional Properties: 9 Optional Properties: 10 - phys : List of phandles to sata phy 10 - phys : List of phandles to sata phys 11 - phy-names : Should be "0", "1", etc, one 11 - phy-names : Should be "0", "1", etc, one number per phandle 12 12 13 Example: 13 Example: 14 14 15 sata@80000 { 15 sata@80000 { 16 compatible = "marvell,orion-sa 16 compatible = "marvell,orion-sata"; 17 reg = <0x80000 0x5000>; 17 reg = <0x80000 0x5000>; 18 interrupts = <21>; 18 interrupts = <21>; 19 phys = <&sata_phy0>, <&sata_ph 19 phys = <&sata_phy0>, <&sata_phy1>; 20 phy-names = "0", "1"; 20 phy-names = "0", "1"; 21 nr-ports = <2>; 21 nr-ports = <2>; 22 } 22 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.