xref: /freebsd-src/sys/contrib/device-tree/Bindings/mmc/pxa-mmc.txt (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1c66ec88fSEmmanuel Vadot* PXA MMC drivers
2c66ec88fSEmmanuel Vadot
3c66ec88fSEmmanuel VadotDriver bindings for the PXA MCI (MMC/SDIO) interfaces
4c66ec88fSEmmanuel Vadot
5c66ec88fSEmmanuel VadotRequired properties:
6c66ec88fSEmmanuel Vadot- compatible: Should be "marvell,pxa-mmc".
7c66ec88fSEmmanuel Vadot- vmmc-supply: A regulator for VMMC
8c66ec88fSEmmanuel Vadot
9c66ec88fSEmmanuel VadotOptional properties:
10c66ec88fSEmmanuel Vadot- marvell,detect-delay-ms: sets the detection delay timeout in ms.
11c66ec88fSEmmanuel Vadot
12*aa1a8ff2SEmmanuel VadotIn addition to the properties described in this document, the details
13c66ec88fSEmmanuel Vadotdescribed in mmc.txt are supported.
14c66ec88fSEmmanuel Vadot
15c66ec88fSEmmanuel VadotExamples:
16c66ec88fSEmmanuel Vadot
17c66ec88fSEmmanuel Vadotmmc0: mmc@41100000 {
18c66ec88fSEmmanuel Vadot	compatible = "marvell,pxa-mmc";
19c66ec88fSEmmanuel Vadot	reg = <0x41100000 0x1000>;
20c66ec88fSEmmanuel Vadot	interrupts = <23>;
21c66ec88fSEmmanuel Vadot	vmmc-supply = <&mmc_regulator>;
22c66ec88fSEmmanuel Vadot	cd-gpios = <&gpio 23 0>;
23c66ec88fSEmmanuel Vadot	wp-gpios = <&gpio 24 0>;
24c66ec88fSEmmanuel Vadot};
25c66ec88fSEmmanuel Vadot
26