Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / Documentation / devicetree / bindings / mmc / mxs-mmc.txt
CommitLineData
6de4d817
SG
1* Freescale MXS MMC controller
2
3The Freescale MXS Synchronous Serial Ports (SSP) can act as a MMC controller
4to support MMC, SD, and SDIO types of memory cards.
5
4efafee0
CB
6This file documents differences between the core properties in mmc.txt
7and the properties used by the mxsmmc driver.
8
6de4d817
SG
9Required properties:
10- compatible: Should be "fsl,<chip>-mmc". The supported chips include
11 imx23 and imx28.
6de4d817
SG
12- interrupts: Should contain ERROR and DMA interrupts
13- fsl,ssp-dma-channel: APBH DMA channel for the SSP
6de4d817
SG
14
15Examples:
16
17ssp0: ssp@80010000 {
18 compatible = "fsl,imx28-mmc";
19 reg = <0x80010000 2000>;
20 interrupts = <96 82>;
21 fsl,ssp-dma-channel = <0>;
22 bus-width = <8>;
23};
This page took 0.034851 seconds and 5 git commands to generate.