TERES/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/ata/marvell.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

17 lines
382 B
Plaintext

* Marvell Orion SATA
Required Properties:
- compatibility : "marvell,orion-sata" or "marvell,armada-370-sata"
- reg : Address range of controller
- interrupts : Interrupt controller is using
- nr-ports : Number of SATA ports in use.
Example:
sata@80000 {
compatible = "marvell,orion-sata";
reg = <0x80000 0x5000>;
interrupts = <21>;
nr-ports = <2>;
}