Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > e58e274474fd466b77325d6bb04a9554 > files > 829

kernel-linus-doc-3.10.51-1.mga3.noarch.rpm

* 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>;
	}