^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) * Marvell Orion SATA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required Properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - reg : Address range of controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) - interrupts : Interrupt controller is using
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - nr-ports : Number of SATA ports in use.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Optional Properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - phys : List of phandles to sata phys
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) - phy-names : Should be "0", "1", etc, one number per phandle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) sata@80000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) compatible = "marvell,orion-sata";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) reg = <0x80000 0x5000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) interrupts = <21>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) phys = <&sata_phy0>, <&sata_phy1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) phy-names = "0", "1";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) nr-ports = <2>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) }