| * Freescale MXS MMC controller |
| The Freescale MXS Synchronous Serial Ports (SSP) can act as a MMC controller |
| to support MMC, SD, and SDIO types of memory cards. |
| This file documents differences between the core properties in mmc.txt |
| and the properties used by the mxsmmc driver. |
| - compatible: Should be "fsl,<chip>-mmc". The supported chips include |
| - interrupts: Should contain ERROR and DMA interrupts |
| - fsl,ssp-dma-channel: APBH DMA channel for the SSP |
| compatible = "fsl,imx28-mmc"; |
| fsl,ssp-dma-channel = <0>; |