Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-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   - sdhci,1-bit-only : (optional) specifies that a controller can
14     only handle 1-bit data transfers.
15
16 Example:
17
18 sdhci@2e000 {
19         compatible = "fsl,mpc8378-esdhc", "fsl,esdhc";
20         reg = <0x2e000 0x1000>;
21         interrupts = <42 0x8>;
22         interrupt-parent = <&ipic>;
23         /* Filled in by U-Boot */
24         clock-frequency = <0>;
25 };