]> git.karo-electronics.de Git - linux-beck.git/blob - Documentation/devicetree/bindings/ata/ahci-platform.txt
Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[linux-beck.git] / Documentation / devicetree / bindings / ata / ahci-platform.txt
1 * AHCI SATA Controller
2
3 SATA nodes are defined to describe on-chip Serial ATA controllers.
4 Each SATA controller should have its own node.
5
6 Required properties:
7 - compatible        : compatible list, contains "calxeda,hb-ahci" or "snps,spear-ahci"
8 - interrupts        : <interrupt mapping for SATA IRQ>
9 - reg               : <registers mapping>
10
11 Example:
12         sata@ffe08000 {
13                 compatible = "calxeda,hb-ahci";
14                 reg = <0xffe08000 0x1000>;
15                 interrupts = <115>;
16         };