sdhci-spear.txt 466 B

123456789101112131415161718192021
  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. If your board don't support these gpios then don't pass the entry.
  9. Example:
  10. sdhci@fc000000 {
  11. compatible = "st,spear300-sdhci";
  12. reg = <0xfc000000 0x1000>;
  13. cd-gpios = <&gpio0 6 0>
  14. };