pxa-mmc.txt 614 B

12345678910111213141516171819202122232425
  1. * PXA MMC drivers
  2. Driver bindings for the PXA MCI (MMC/SDIO) interfaces
  3. Required properties:
  4. - compatible: Should be "marvell,pxa-mmc".
  5. - vmmc-supply: A regulator for VMMC
  6. Optional properties:
  7. - marvell,detect-delay-ms: sets the detection delay timeout in ms.
  8. - marvell,gpio-power: GPIO spec for the card power enable pin
  9. This file documents differences between the core properties in mmc.txt
  10. and the properties used by the pxa-mmc driver.
  11. Examples:
  12. mmc0: mmc@41100000 {
  13. compatible = "marvell,pxa-mmc";
  14. reg = <0x41100000 0x1000>;
  15. interrupts = <23>;
  16. cd-gpios = <&gpio 23 0>;
  17. wp-gpios = <&gpio 24 0>;
  18. };