brcm,bcm2835-sdhci.txt 448 B

123456789101112131415161718
  1. Broadcom BCM2835 SDHCI controller
  2. This file documents differences between the core properties described
  3. by mmc.txt and the properties that represent the BCM2835 controller.
  4. Required properties:
  5. - compatible : Should be "brcm,bcm2835-sdhci".
  6. - clocks : The clock feeding the SDHCI controller.
  7. Example:
  8. sdhci: sdhci {
  9. compatible = "brcm,bcm2835-sdhci";
  10. reg = <0x7e300000 0x100>;
  11. interrupts = <2 30>;
  12. clocks = <&clk_mmc>;
  13. bus-width = <4>;
  14. };