pxa-mmc.txt 572 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. In addition to the properties described in this docuent, the details
  9. described in mmc.txt are supported.
  10. Examples:
  11. mmc0: mmc@41100000 {
  12. compatible = "marvell,pxa-mmc";
  13. reg = <0x41100000 0x1000>;
  14. interrupts = <23>;
  15. vmmc-supply = <&mmc_regulator>;
  16. cd-gpios = <&gpio 23 0>;
  17. wp-gpios = <&gpio 24 0>;
  18. };