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.
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.
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>;