mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 09:34:22 +08:00
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
|
* 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>;
|
||
|
}
|