Lines Matching +full:dma +full:- +full:33 +full:bits
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
7 * "mediatek,mt8516-uart-dma", "mediatek,mt6577" for MT8516 SoC
9 - reg: The base address of the APDMA register bank.
11 - interrupts: A single interrupt specifier.
12 One interrupt per dma-requests, or 8 if no dma-requests property is present
14 - dma-requests: The number of DMA channels
16 - clocks : Must contain an entry for each entry in clock-names.
17 See ../clocks/clock-bindings.txt for details.
18 - clock-names: The APDMA clock for register accesses
20 - mediatek,dma-33bits: Present if the DMA requires support
24 apdma: dma-controller@11000400 {
25 compatible = "mediatek,mt2712-uart-dma",
26 "mediatek,mt6577-uart-dma";
51 dma-requests = <12>;
53 clock-names = "apdma";
54 mediatek,dma-33bits;
55 #dma-cells = <1>;