ahci-da850.txt 645 B

123456789101112131415161718
  1. Device tree binding for the TI DA850 AHCI SATA Controller
  2. ---------------------------------------------------------
  3. Required properties:
  4. - compatible: must be "ti,da850-ahci"
  5. - reg: physical base addresses and sizes of the two register regions
  6. used by the controller: the register map as defined by the
  7. AHCI 1.1 standard and the Power Down Control Register (PWRDN)
  8. for enabling/disabling the SATA clock receiver
  9. - interrupts: interrupt specifier (refer to the interrupt binding)
  10. Example:
  11. sata: sata@218000 {
  12. compatible = "ti,da850-ahci";
  13. reg = <0x218000 0x2000>, <0x22c018 0x4>;
  14. interrupts = <67>;
  15. };