ahci-platform.txt 537 B

1234567891011121314151617181920
  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 "snps,spear-ahci"
  6. - interrupts : <interrupt mapping for SATA IRQ>
  7. - reg : <registers mapping>
  8. Optional properties:
  9. - dma-coherent : Present if dma operations are coherent
  10. Example:
  11. sata@ffe08000 {
  12. compatible = "snps,spear-ahci";
  13. reg = <0xffe08000 0x1000>;
  14. interrupts = <115>;
  15. };