ahci-platform.txt 502 B

12345678910111213141516
  1. * AHCI SATA Controller
  2. SATA nodes are defined to describe on-chip Serial ATA controllers.
  3. Each SATA controller should have its own node.
  4. Required properties:
  5. - compatible : compatible list, contains "calxeda,hb-ahci" or "snps,spear-ahci"
  6. - interrupts : <interrupt mapping for SATA IRQ>
  7. - reg : <registers mapping>
  8. Example:
  9. sata@ffe08000 {
  10. compatible = "calxeda,hb-ahci";
  11. reg = <0xffe08000 0x1000>;
  12. interrupts = <115>;
  13. };