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/mmc-spi-slot.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 MMC/SD/SDIO slot directly connected to a SPI bus
    2 
    3 This file documents differences between the core properties described
    4 by mmc.txt and the properties used by the mmc_spi driver.
    5 
    6 Required properties:
    7 - spi-max-frequency : maximum frequency for this device (Hz).
    8 
    9 Optional properties:
   10 - voltage-ranges : two cells are required, first cell specifies minimum
   11   slot voltage (mV), second cell specifies maximum slot voltage (mV).
   12   Several ranges could be specified. If not provided, 3.2v..3.4v is assumed.
   13 - gpios : may specify GPIOs in this order: Card-Detect GPIO,
   14   Write-Protect GPIO. Note that this does not follow the
   15   binding from mmc.txt, for historical reasons.
   16 
   17 Example:
   18 
   19         mmc-slot@0 {
   20                 compatible = "fsl,mpc8323rdb-mmc-slot",
   21                              "mmc-spi-slot";
   22                 reg = <0>;
   23                 gpios = <&qe_pio_d 14 1
   24                          &qe_pio_d 15 0>;
   25                 voltage-ranges = <3300 3300>;
   26                 spi-max-frequency = <50000000>;
   27                 interrupts = <42>;
   28                 interrupt-parent = <&PIC>;
   29         };

Cache object: c8095b881617044ad8fdc64c9092e819


[ 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.