ahci-dm816.txt 790 B

123456789101112131415161718192021
  1. Device tree binding for the TI DM816 AHCI SATA Controller
  2. ---------------------------------------------------------
  3. Required properties:
  4. - compatible: must be "ti,dm816-ahci"
  5. - reg: physical base address and size of the register region used by
  6. the controller (as defined by the AHCI 1.1 standard)
  7. - interrupts: interrupt specifier (refer to the interrupt binding)
  8. - clocks: list of phandle and clock specifier pairs (or only
  9. phandles for clock providers with '0' defined for
  10. #clock-cells); two clocks must be specified: the functional
  11. clock and an external reference clock
  12. Example:
  13. sata: sata@4a140000 {
  14. compatible = "ti,dm816-ahci";
  15. reg = <0x4a140000 0x10000>;
  16. interrupts = <16>;
  17. clocks = <&sysclk5_ck>, <&sata_refclk>;
  18. };