The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/mmc/ti-omap.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * TI MMC host controller for OMAP1 and 2420
    2 
    3 The MMC Host Controller on TI OMAP1 and 2420 family provides
    4 an interface for MMC, SD, and SDIO types of memory cards.
    5 
    6 This file documents differences between the core properties described
    7 by mmc.txt and the properties used by the omap mmc driver.
    8 
    9 Note that this driver will not work with omap2430 or later omaps,
   10 please see the omap hsmmc driver for the current omaps.
   11 
   12 Required properties:
   13 - compatible: Must be "ti,omap2420-mmc", for OMAP2420 controllers
   14 - ti,hwmods: For 2420, must be "msdi<n>", where n is controller
   15   instance starting 1
   16 
   17 Examples:
   18 
   19         msdi1: mmc@4809c000 {
   20                 compatible = "ti,omap2420-mmc";
   21                 ti,hwmods = "msdi1";
   22                 reg = <0x4809c000 0x80>;
   23                 interrupts = <83>;
   24                 dmas = <&sdma 61 &sdma 62>;
   25                 dma-names = "tx", "rx";
   26         };

Cache object: 72e1fd3ad489b031996b2800bbe177ed


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.