sdhci-spear.txt 398 B

12345678910111213141516171819
  1. * SPEAr SDHCI Controller
  2. This file documents differences between the core properties in mmc.txt
  3. and the properties used by the sdhci-spear driver.
  4. Required properties:
  5. - compatible: "st,spear300-sdhci"
  6. Optional properties:
  7. - cd-gpios: card detect gpio, with zero flags.
  8. Example:
  9. sdhci@fc000000 {
  10. compatible = "st,spear300-sdhci";
  11. reg = <0xfc000000 0x1000>;
  12. cd-gpios = <&gpio0 6 0>;
  13. };