xref: /linux/Documentation/devicetree/bindings/mmc/sdhci-spear.txt (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1067bf748SViresh Kumar* SPEAr SDHCI Controller
2067bf748SViresh Kumar
3067bf748SViresh KumarThis file documents differences between the core properties in mmc.txt
4067bf748SViresh Kumarand the properties used by the sdhci-spear driver.
5067bf748SViresh Kumar
6067bf748SViresh KumarRequired properties:
7067bf748SViresh Kumar- compatible: "st,spear300-sdhci"
8067bf748SViresh Kumar
9067bf748SViresh KumarOptional properties:
10067bf748SViresh Kumar- cd-gpios: card detect gpio, with zero flags.
11067bf748SViresh Kumar
12067bf748SViresh KumarExample:
13067bf748SViresh Kumar
14067bf748SViresh Kumar	sdhci@fc000000 {
15067bf748SViresh Kumar		compatible = "st,spear300-sdhci";
16067bf748SViresh Kumar		reg = <0xfc000000 0x1000>;
17*da764f97SViresh Kumar		cd-gpios = <&gpio0 6 0>;
18067bf748SViresh Kumar	};
19