Back to home page

OSCL-LXR

 
 

    


0001 * TI MMC host controller for OMAP1 and 2420
0002 
0003 The MMC Host Controller on TI OMAP1 and 2420 family provides
0004 an interface for MMC, SD, and SDIO types of memory cards.
0005 
0006 This file documents differences between the core properties described
0007 by mmc.txt and the properties used by the omap mmc driver.
0008 
0009 Note that this driver will not work with omap2430 or later omaps,
0010 please see the omap hsmmc driver for the current omaps.
0011 
0012 Required properties:
0013 - compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers
0014 - ti,hwmods: For 2420, must be "msdi<n>", where n is controller
0015   instance starting 1
0016 
0017 Examples:
0018 
0019         msdi1: mmc@4809c000 {
0020                 compatible = "ti,omap2420-mmc";
0021                 ti,hwmods = "msdi1";
0022                 reg = <0x4809c000 0x80>;
0023                 interrupts = <83>;
0024                 dmas = <&sdma 61 &sdma 62>;
0025                 dma-names = "tx", "rx";
0026         };