mmc: sdhci-spear: add device tree bindings
[deliverable/linux.git] / Documentation / devicetree / bindings / mmc / sdhci-spear.txt
CommitLineData
067bf748
VK
1* SPEAr SDHCI Controller
2
3This file documents differences between the core properties in mmc.txt
4and the properties used by the sdhci-spear driver.
5
6Required properties:
7- compatible: "st,spear300-sdhci"
8
9Optional properties:
10- cd-gpios: card detect gpio, with zero flags.
11
12If your board don't support these gpios then don't pass the entry.
13
14Example:
15
16 sdhci@fc000000 {
17 compatible = "st,spear300-sdhci";
18 reg = <0xfc000000 0x1000>;
19
20 cd-gpios = <&gpio0 6 0>
21 };
This page took 0.02527 seconds and 5 git commands to generate.