1 MOXA ART MMC Host Controller Interface
3 Inherits from mmc binding[1].
5 [1] Documentation/devicetree/bindings/mmc/mmc.txt
9 - compatible : Must be "moxa,moxart-mmc" or "faraday,ftsdc010"
10 - reg : Should contain registers location and length
11 - interrupts : Should contain the interrupt number
12 - clocks : Should contain phandle for the clock feeding the MMC controller
16 - dmas : Should contain two DMA channels, line request number must be 5 for
18 - dma-names : Must be "tx", "rx"
23 compatible = "moxa,moxart-mmc";
24 reg = <0x98e00000 0x5C>;
29 dma-names = "tx", "rx";