vt8500-sdmmc.txt 562 B

1234567891011121314151617181920212223
  1. * Wondermedia WM8505/WM8650 SD/MMC Host Controller
  2. This file documents differences between the core properties described
  3. by mmc.txt and the properties used by the wmt-sdmmc driver.
  4. Required properties:
  5. - compatible: Should be "wm,wm8505-sdhc".
  6. - interrupts: Two interrupts are required - regular irq and dma irq.
  7. Optional properties:
  8. - sdon-inverted: SD_ON bit is inverted on the controller
  9. Examples:
  10. sdhc@d800a000 {
  11. compatible = "wm,wm8505-sdhc";
  12. reg = <0xd800a000 0x1000>;
  13. interrupts = <20 21>;
  14. clocks = <&sdhc>;
  15. bus-width = <4>;
  16. sdon-inverted;
  17. };