Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / Documentation / devicetree / bindings / mmc / fsl-esdhc.txt
blobbd9be0b5bc2034279d628f07eece8a3d9c2b394d
1 * Freescale Enhanced Secure Digital Host Controller (eSDHC)
3 The Enhanced Secure Digital Host Controller provides an interface
4 for MMC, SD, and SDIO types of memory cards.
6 This file documents differences between the core properties described
7 by mmc.txt and the properties used by the sdhci-esdhc driver.
9 Required properties:
10   - interrupt-parent : interrupt source phandle.
11   - clock-frequency : specifies eSDHC base clock frequency.
13 Optional properties:
14   - sdhci,wp-inverted : specifies that eSDHC controller reports
15     inverted write-protect state; New devices should use the generic
16     "wp-inverted" property.
17   - sdhci,1-bit-only : specifies that a controller can only handle
18     1-bit data transfers. New devices should use the generic
19     "bus-width = <1>" property.
20   - sdhci,auto-cmd12: specifies that a controller can only handle auto
21     CMD12.
23 Example:
25 sdhci@2e000 {
26         compatible = "fsl,mpc8378-esdhc", "fsl,esdhc";
27         reg = <0x2e000 0x1000>;
28         interrupts = <42 0x8>;
29         interrupt-parent = <&ipic>;
30         /* Filled in by U-Boot */
31         clock-frequency = <0>;