Lines Matching +full:sdhci +full:- +full:5
7 - compatible : Must be "moxa,moxart-dma"
8 - reg : Should contain registers location and length
9 - interrupts : Should contain an interrupt-specifier for the sole
11 - #dma-cells : Should be 1, a single cell holding a line request number
16 compatible = "moxa,moxart-dma";
19 #dma-cells = <1>;
26 described in the dma.txt file, using a two-cell specifier for each channel:
35 For example, MMC request line is 5
37 sdhci: sdhci@98e00000 {
38 compatible = "moxa,moxart-sdhci";
40 interrupts = <5 0>;
42 dmas = <&dma 5>,
43 <&dma 5>;
44 dma-names = "tx", "rx";