Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
[pandora-kernel.git] / Documentation / powerpc / dts-bindings / fsl / esdhc.txt
1 * Freescale Enhanced Secure Digital Host Controller (eSDHC)
2
3 The Enhanced Secure Digital Host Controller provides an interface
4 for MMC, SD, and SDIO types of memory cards.
5
6 Required properties:
7   - compatible : should be
8     "fsl,<chip>-esdhc", "fsl,esdhc"
9   - reg : should contain eSDHC registers location and length.
10   - interrupts : should contain eSDHC interrupt.
11   - interrupt-parent : interrupt source phandle.
12   - clock-frequency : specifies eSDHC base clock frequency.
13
14 Example:
15
16 sdhci@2e000 {
17         compatible = "fsl,mpc8378-esdhc", "fsl,esdhc";
18         reg = <0x2e000 0x1000>;
19         interrupts = <42 0x8>;
20         interrupt-parent = <&ipic>;
21         /* Filled in by U-Boot */
22         clock-frequency = <0>;
23 };