brcm,sdhci-iproc.txt 653 B

1234567891011121314151617181920212223
  1. Broadcom IPROC SDHCI controller
  2. This file documents differences between the core properties described
  3. by mmc.txt and the properties that represent the IPROC SDHCI controller.
  4. Required properties:
  5. - compatible : Should be "brcm,sdhci-iproc-cygnus".
  6. - clocks : The clock feeding the SDHCI controller.
  7. Optional properties:
  8. - sdhci,auto-cmd12: specifies that controller should use auto CMD12.
  9. Example:
  10. sdhci0: sdhci@0x18041000 {
  11. compatible = "brcm,sdhci-iproc-cygnus";
  12. reg = <0x18041000 0x100>;
  13. interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
  14. clocks = <&lcpll0_clks BCM_CYGNUS_LCPLL0_SDIO_CLK>;
  15. bus-width = <4>;
  16. sdhci,auto-cmd12;
  17. no-1-8-v;
  18. };