blob: 84d6e297908f1ccd1810c5ba6431006c30c5403c [file] [log] [blame]
Viresh Kumar067bf742012-09-28 15:58:22 +05301* 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 };