2012-04-21 20:10:12 +08:00
|
|
|
* AHCI SATA Controller
|
2010-11-04 10:04:59 +08:00
|
|
|
|
|
|
|
SATA nodes are defined to describe on-chip Serial ATA controllers.
|
|
|
|
Each SATA controller should have its own node.
|
|
|
|
|
|
|
|
Required properties:
|
2013-08-15 04:40:11 +08:00
|
|
|
- compatible : compatible list, contains "snps,spear-ahci"
|
2010-11-04 10:04:59 +08:00
|
|
|
- interrupts : <interrupt mapping for SATA IRQ>
|
|
|
|
- reg : <registers mapping>
|
|
|
|
|
2012-09-07 05:03:30 +08:00
|
|
|
Optional properties:
|
2012-08-21 18:31:06 +08:00
|
|
|
- dma-coherent : Present if dma operations are coherent
|
2012-09-07 05:03:30 +08:00
|
|
|
|
2010-11-04 10:04:59 +08:00
|
|
|
Example:
|
|
|
|
sata@ffe08000 {
|
2013-08-15 04:40:11 +08:00
|
|
|
compatible = "snps,spear-ahci";
|
|
|
|
reg = <0xffe08000 0x1000>;
|
|
|
|
interrupts = <115>;
|
2012-09-07 05:03:30 +08:00
|
|
|
|
2010-11-04 10:04:59 +08:00
|
|
|
};
|