x86/xen: resume timer irqs early
[linux/fpc-iii.git] / Documentation / devicetree / bindings / ata / marvell.txt
blob1c8351604d3866fd0780e9c92a77c0702c0ffdc0
1 * Marvell Orion SATA
3 Required Properties:
4 - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata"
5 - reg           : Address range of controller
6 - interrupts    : Interrupt controller is using
7 - nr-ports      : Number of SATA ports in use.
9 Example:
11         sata@80000 {
12                 compatible = "marvell,orion-sata";
13                 reg = <0x80000 0x5000>;
14                 interrupts = <21>;
15                 nr-ports = <2>;
16         }