x86/xen: resume timer irqs early
[linux/fpc-iii.git] / Documentation / devicetree / bindings / ata / ahci-platform.txt
blob89de1564950ce64cf2bdb1e087da04e2043a0db6
1 * AHCI SATA Controller
3 SATA nodes are defined to describe on-chip Serial ATA controllers.
4 Each SATA controller should have its own node.
6 Required properties:
7 - compatible        : compatible list, contains "snps,spear-ahci"
8 - interrupts        : <interrupt mapping for SATA IRQ>
9 - reg               : <registers mapping>
11 Optional properties:
12 - dma-coherent      : Present if dma operations are coherent
14 Example:
15         sata@ffe08000 {
16                 compatible = "snps,spear-ahci";
17                 reg = <0xffe08000 0x1000>;
18                 interrupts = <115>;
20         };