1 * Broadcom SATA3 AHCI Controller for STB
3 SATA nodes are defined to describe on-chip Serial ATA controllers.
4 Each SATA controller should have its own node.
7 - compatible : compatible list, may contain "brcm,bcm7445-ahci" and/or
9 - reg : register mappings for AHCI and SATA_TOP_CTRL
10 - reg-names : "ahci" and "top-ctrl"
11 - interrupts : interrupt mapping for SATA IRQ
13 Also see ahci-platform.txt.
18 compatible = "brcm,bcm7445-ahci", "brcm,sata3-ahci";
19 reg = <0xf045a000 0xa9c>, <0xf0458040 0x24>;
20 reg-names = "ahci", "top-ctrl";
21 interrupts = <0 30 0>;