18c2ecf20Sopenharmony_ci* Marvell Orion SATA 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired Properties: 48c2ecf20Sopenharmony_ci- compatibility : "marvell,orion-sata" or "marvell,armada-370-sata" 58c2ecf20Sopenharmony_ci- reg : Address range of controller 68c2ecf20Sopenharmony_ci- interrupts : Interrupt controller is using 78c2ecf20Sopenharmony_ci- nr-ports : Number of SATA ports in use. 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciOptional Properties: 108c2ecf20Sopenharmony_ci- phys : List of phandles to sata phys 118c2ecf20Sopenharmony_ci- phy-names : Should be "0", "1", etc, one number per phandle 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciExample: 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci sata@80000 { 168c2ecf20Sopenharmony_ci compatible = "marvell,orion-sata"; 178c2ecf20Sopenharmony_ci reg = <0x80000 0x5000>; 188c2ecf20Sopenharmony_ci interrupts = <21>; 198c2ecf20Sopenharmony_ci phys = <&sata_phy0>, <&sata_phy1>; 208c2ecf20Sopenharmony_ci phy-names = "0", "1"; 218c2ecf20Sopenharmony_ci nr-ports = <2>; 228c2ecf20Sopenharmony_ci } 23