1 * Broadcom SATA3 AHCI Controller
3 SATA nodes are defined to describe on-chip Serial ATA controllers.
4 Each SATA controller should have its own node.
7 - compatible : should be one or more of
12 - reg : register mappings for AHCI and SATA_TOP_CTRL
13 - reg-names : "ahci" and "top-ctrl"
14 - interrupts : interrupt mapping for SATA IRQ
16 Also see ahci-platform.txt.
21 compatible = "brcm,bcm7445-ahci", "brcm,sata3-ahci";
22 reg = <0xf045a000 0xa9c>, <0xf0458040 0x24>;
23 reg-names = "ahci", "top-ctrl";
24 interrupts = <0 30 0>;