Merge tag 'sirf-iobrg2regmap-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / Documentation / devicetree / bindings / mmc / fsl-imx-esdhc.txt
CommitLineData
abfafc2d
SG
1* Freescale Enhanced Secure Digital Host Controller (eSDHC) for i.MX
2
3The Enhanced Secure Digital Host Controller on Freescale i.MX family
4provides an interface for MMC, SD, and SDIO types of memory cards.
5
4efafee0
CB
6This file documents differences between the core properties described
7by mmc.txt and the properties used by the sdhci-esdhc-imx driver.
8
abfafc2d 9Required properties:
e4a51ceb
DA
10- compatible : Should be "fsl,<chip>-esdhc", the supported chips include
11 "fsl,imx25-esdhc"
12 "fsl,imx35-esdhc"
13 "fsl,imx51-esdhc"
14 "fsl,imx53-esdhc"
15 "fsl,imx6q-usdhc"
16 "fsl,imx6sl-usdhc"
17 "fsl,imx6sx-usdhc"
abfafc2d
SG
18
19Optional properties:
a46d2619
SG
20- fsl,cd-controller : Indicate to use controller internal card detection
21- fsl,wp-controller : Indicate to use controller internal write protection
602519b2
DA
22- fsl,delay-line : Specify the number of delay cells for override mode.
23 This is used to set the clock delay for DLL(Delay Line) on override mode
24 to select a proper data sampling window in case the clock quality is not good
25 due to signal path is too long on the board. Please refer to eSDHC/uSDHC
26 chapter, DLL (Delay Line) section in RM for details.
07bf2b54
SH
27- voltage-ranges : Specify the voltage range in case there are software
28 transparent level shifters on the outputs of the controller. Two cells are
29 required, first cell specifies minimum slot voltage (mV), second cell
30 specifies maximum slot voltage (mV). Several ranges could be specified.
abfafc2d
SG
31
32Examples:
33
34esdhc@70004000 {
35 compatible = "fsl,imx51-esdhc";
36 reg = <0x70004000 0x4000>;
37 interrupts = <1>;
a46d2619
SG
38 fsl,cd-controller;
39 fsl,wp-controller;
abfafc2d
SG
40};
41
42esdhc@70008000 {
43 compatible = "fsl,imx51-esdhc";
44 reg = <0x70008000 0x4000>;
45 interrupts = <2>;
06693fcd
FE
46 cd-gpios = <&gpio1 6 0>; /* GPIO1_6 */
47 wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */
abfafc2d 48};
This page took 0.215721 seconds and 5 git commands to generate.