0001 * Wondermedia WM8505/WM8650 SD/MMC Host Controller
0002
0003 This file documents differences between the core properties described
0004 by mmc.txt and the properties used by the wmt-sdmmc driver.
0005
0006 Required properties:
0007 - compatible: Should be "wm,wm8505-sdhc".
0008 - interrupts: Two interrupts are required - regular irq and dma irq.
0009
0010 Optional properties:
0011 - sdon-inverted: SD_ON bit is inverted on the controller
0012
0013 Examples:
0014
0015 sdhc@d800a000 {
0016 compatible = "wm,wm8505-sdhc";
0017 reg = <0xd800a000 0x1000>;
0018 interrupts = <20 21>;
0019 clocks = <&sdhc>;
0020 bus-width = <4>;
0021 sdon-inverted;
0022 };
0023