19cb238c0STony Lindgren* TI MMC host controller for OMAP1 and 2420 29cb238c0STony Lindgren 39cb238c0STony LindgrenThe MMC Host Controller on TI OMAP1 and 2420 family provides 49cb238c0STony Lindgrenan interface for MMC, SD, and SDIO types of memory cards. 59cb238c0STony Lindgren 69cb238c0STony LindgrenThis file documents differences between the core properties described 79cb238c0STony Lindgrenby mmc.txt and the properties used by the omap mmc driver. 89cb238c0STony Lindgren 99cb238c0STony LindgrenNote that this driver will not work with omap2430 or later omaps, 109cb238c0STony Lindgrenplease see the omap hsmmc driver for the current omaps. 119cb238c0STony Lindgren 129cb238c0STony LindgrenRequired properties: 139cb238c0STony Lindgren- compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers 149cb238c0STony Lindgren- ti,hwmods: For 2420, must be "msdi<n>", where n is controller 159cb238c0STony Lindgren instance starting 1 169cb238c0STony Lindgren 179cb238c0STony LindgrenExamples: 189cb238c0STony Lindgren 199cb238c0STony Lindgren msdi1: mmc@4809c000 { 209cb238c0STony Lindgren compatible = "ti,omap2420-mmc"; 219cb238c0STony Lindgren ti,hwmods = "msdi1"; 229cb238c0STony Lindgren reg = <0x4809c000 0x80>; 239cb238c0STony Lindgren interrupts = <83>; 249cb238c0STony Lindgren dmas = <&sdma 61 &sdma 62>; 259cb238c0STony Lindgren dma-names = "tx", "rx"; 269cb238c0STony Lindgren }; 27