mmci.txt 949 B

12345678910111213141516171819
  1. * ARM PrimeCell MultiMedia Card Interface (MMCI) PL180/1
  2. The ARM PrimeCell MMCI PL180 and PL181 provides and interface for
  3. reading and writing to MultiMedia and SD cards alike.
  4. Required properties:
  5. - compatible : contains "arm,pl18x", "arm,primecell".
  6. - reg : contains pl18x registers and length.
  7. - interrupts : contains the device IRQ(s).
  8. - arm,primecell-periphid : contains the PrimeCell Peripheral ID.
  9. Optional properties:
  10. - wp-gpios : contains any write protect (ro) gpios
  11. - cd-gpios : contains any card detection gpios
  12. - cd-inverted : indicates whether the cd gpio is inverted
  13. - max-frequency : contains the maximum operating frequency
  14. - bus-width : number of data lines, can be <1>, <4>, or <8>
  15. - mmc-cap-mmc-highspeed : indicates whether MMC is high speed capable
  16. - mmc-cap-sd-highspeed : indicates whether SD is high speed capable