xref: /freebsd-src/sys/contrib/device-tree/Bindings/mmc/sdhci-dove.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Marvell sdhci-dove controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotThis file documents differences between the core properties in mmc.txt
4*c66ec88fSEmmanuel Vadotand the properties used by the sdhci-pxav2 and sdhci-pxav3 drivers.
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot- compatible: Should be "marvell,dove-sdhci".
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExample:
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadotsdio0: sdio@92000 {
11*c66ec88fSEmmanuel Vadot	compatible = "marvell,dove-sdhci";
12*c66ec88fSEmmanuel Vadot	reg = <0x92000 0x100>;
13*c66ec88fSEmmanuel Vadot	interrupts = <35>;
14*c66ec88fSEmmanuel Vadot};
15