sdhci-sirf.txt 417 B

123456789101112131415161718
  1. * SiRFprimII/marco/atlas6 SDHCI Controller
  2. This file documents differences between the core properties in mmc.txt
  3. and the properties used by the sdhci-sirf driver.
  4. Required properties:
  5. - compatible: sirf,prima2-sdhc
  6. Optional properties:
  7. - cd-gpios: card detect gpio, with zero flags.
  8. Example:
  9. sd0: sdhci@56000000 {
  10. compatible = "sirf,prima2-sdhc";
  11. reg = <0xcd000000 0x100000>;
  12. cd-gpios = <&gpio 6 0>;
  13. };