···2424 dmas = <&sdma 61 &sdma 62>;2525 dma-names = "tx", "rx";2626 };2727-2828-* TI MMC host controller for OMAP1 and 24202929-3030-The MMC Host Controller on TI OMAP1 and 2420 family provides3131-an interface for MMC, SD, and SDIO types of memory cards.3232-3333-This file documents differences between the core properties described3434-by mmc.txt and the properties used by the omap mmc driver.3535-3636-Note that this driver will not work with omap2430 or later omaps,3737-please see the omap hsmmc driver for the current omaps.3838-3939-Required properties:4040-- compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers4141-- ti,hwmods: For 2420, must be "msdi<n>", where n is controller4242- instance starting 14343-4444-Examples:4545-4646- msdi1: mmc@4809c000 {4747- compatible = "ti,omap2420-mmc";4848- ti,hwmods = "msdi1";4949- reg = <0x4809c000 0x80>;5050- interrupts = <83>;5151- dmas = <&sdma 61 &sdma 62>;5252- dma-names = "tx", "rx";5353- };5454-