xref: /openbmc/linux/Documentation/devicetree/bindings/mmc/pxa-mmc.txt (revision f37216de6ecc306ff4acd186a88a99906babaf18)
1e6027b46SDaniel Mack* PXA MMC drivers
2e6027b46SDaniel Mack
3e6027b46SDaniel MackDriver bindings for the PXA MCI (MMC/SDIO) interfaces
4e6027b46SDaniel Mack
5e6027b46SDaniel MackRequired properties:
6e6027b46SDaniel Mack- compatible: Should be "marvell,pxa-mmc".
7e6027b46SDaniel Mack- vmmc-supply: A regulator for VMMC
8e6027b46SDaniel Mack
9e6027b46SDaniel MackOptional properties:
10e6027b46SDaniel Mack- marvell,detect-delay-ms: sets the detection delay timeout in ms.
11e6027b46SDaniel Mack
12fa3a5115SDaniel MackIn addition to the properties described in this docuent, the details
13fa3a5115SDaniel Mackdescribed in mmc.txt are supported.
14e6027b46SDaniel Mack
15e6027b46SDaniel MackExamples:
16e6027b46SDaniel Mack
17e6027b46SDaniel Mackmmc0: mmc@41100000 {
18e6027b46SDaniel Mack	compatible = "marvell,pxa-mmc";
19e6027b46SDaniel Mack	reg = <0x41100000 0x1000>;
20e6027b46SDaniel Mack	interrupts = <23>;
21*f37216deSDaniel Mack	vmmc-supply = <&mmc_regulator>;
22e6027b46SDaniel Mack	cd-gpios = <&gpio 23 0>;
23e6027b46SDaniel Mack	wp-gpios = <&gpio 24 0>;
24e6027b46SDaniel Mack};
25e6027b46SDaniel Mack
26