aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/ata/marvell.txt
blob: 1c8351604d3866fd0780e9c92a77c0702c0ffdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* 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>;
	}