Lines Matching +full:dma +full:- +full:requests
4 - compatible should contain:
5 * "mediatek,mt2712-uart-dma" for MT2712 compatible APDMA
6 * "mediatek,mt6577-uart-dma" for MT6577 and all of the above
8 - reg: The base address of the APDMA register bank.
10 - interrupts: A single interrupt specifier.
11 One interrupt per dma-requests, or 8 if no dma-requests property is present
13 - dma-requests: The number of DMA channels
15 - clocks : Must contain an entry for each entry in clock-names.
16 See ../clocks/clock-bindings.txt for details.
17 - clock-names: The APDMA clock for register accesses
19 - mediatek,dma-33bits: Present if the DMA requires support
23 apdma: dma-controller@11000400 {
24 compatible = "mediatek,mt2712-uart-dma",
25 "mediatek,mt6577-uart-dma";
50 dma-requests = <12>;
52 clock-names = "apdma";
53 mediatek,dma-33bits;
54 #dma-cells = <1>;