ti-omap.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. * TI MMC host controller for OMAP1 and 2420
  2. The MMC Host Controller on TI OMAP1 and 2420 family provides
  3. an interface for MMC, SD, and SDIO types of memory cards.
  4. This file documents differences between the core properties described
  5. by mmc.txt and the properties used by the omap mmc driver.
  6. Note that this driver will not work with omap2430 or later omaps,
  7. please see the omap hsmmc driver for the current omaps.
  8. Required properties:
  9. - compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers
  10. - ti,hwmods: For 2420, must be "msdi<n>", where n is controller
  11. instance starting 1
  12. Examples:
  13. msdi1: mmc@4809c000 {
  14. compatible = "ti,omap2420-mmc";
  15. ti,hwmods = "msdi1";
  16. reg = <0x4809c000 0x80>;
  17. interrupts = <83>;
  18. dmas = <&sdma 61 &sdma 62>;
  19. dma-names = "tx", "rx";
  20. };
  21. * TI MMC host controller for OMAP1 and 2420
  22. The MMC Host Controller on TI OMAP1 and 2420 family provides
  23. an interface for MMC, SD, and SDIO types of memory cards.
  24. This file documents differences between the core properties described
  25. by mmc.txt and the properties used by the omap mmc driver.
  26. Note that this driver will not work with omap2430 or later omaps,
  27. please see the omap hsmmc driver for the current omaps.
  28. Required properties:
  29. - compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers
  30. - ti,hwmods: For 2420, must be "msdi<n>", where n is controller
  31. instance starting 1
  32. Examples:
  33. msdi1: mmc@4809c000 {
  34. compatible = "ti,omap2420-mmc";
  35. ti,hwmods = "msdi1";
  36. reg = <0x4809c000 0x80>;
  37. interrupts = <83>;
  38. dmas = <&sdma 61 &sdma 62>;
  39. dma-names = "tx", "rx";
  40. };