Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mmc / brcm,bcm2835-sdhci.txt
blob59476fbdbfa1fbca5b9ce41c34d350c4fdfba6b2
1 Broadcom BCM2835 SDHCI controller
3 This file documents differences between the core properties described
4 by mmc.txt and the properties that represent the BCM2835 controller.
6 Required properties:
7 - compatible : Should be "brcm,bcm2835-sdhci".
8 - clocks : The clock feeding the SDHCI controller.
10 Example:
12 sdhci: sdhci {
13         compatible = "brcm,bcm2835-sdhci";
14         reg = <0x7e300000 0x100>;
15         interrupts = <2 30>;
16         clocks = <&clk_mmc>;
17         bus-width = <4>;