sdhci-dove.txt 333 B

123456789101112131415
  1. * Marvell sdhci-dove controller
  2. This file documents differences between the core properties in mmc.txt
  3. and the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers.
  4. - compatible: Should be "marvell,dove-sdhci".
  5. Example:
  6. sdio0: sdio@92000 {
  7. compatible = "marvell,dove-sdhci";
  8. reg = <0x92000 0x100>;
  9. interrupts = <35>;
  10. };