blob: 8bb8a76d42e8c1b9cad1de552d8639045a204992 [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
11Example:
12 sata@ffe08000 {
13 compatible = "calxeda,hb-ahci";
14 reg = <0xffe08000 0x1000>;
15 interrupts = <115>;
16 };