97b414e119
Add support for instantiating this driver from device tree, and add the necassary DT information to the kirkwood.dtsi file. This is based on previous work by Michael Walle and Jason Cooper. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Josh Coombs <josh.coombs@gmail.com>
16 lines
353 B
Text
16 lines
353 B
Text
* Marvell Orion SATA
|
|
|
|
Required Properties:
|
|
- compatibility : "marvell,orion-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>;
|
|
}
|