blob: 6c1ad01d27e8369f4716dc2f245ef49d5c8be42d [file] [log] [blame]
Viresh Kumar5f098a32012-04-21 17:40:12 +05301* AHCI SATA Controller
Rob Herring02aac312010-11-03 21:04:59 -05002
3SATA nodes are defined to describe on-chip Serial ATA controllers.
4Each SATA controller should have its own node.
5
6Required properties:
Viresh Kumar5f098a32012-04-21 17:40:12 +05307- compatible : compatible list, contains "calxeda,hb-ahci" or "snps,spear-ahci"
Rob Herring02aac312010-11-03 21:04:59 -05008- interrupts : <interrupt mapping for SATA IRQ>
9- reg : <registers mapping>
10
Rob Herring1dc737c2012-08-21 12:31:06 +020011Optional properties:
12- dma-coherent : Present if dma operations are coherent
13
Rob Herring02aac312010-11-03 21:04:59 -050014Example:
15 sata@ffe08000 {
16 compatible = "calxeda,hb-ahci";
17 reg = <0xffe08000 0x1000>;
18 interrupts = <115>;
19 };