Lines Matching full:dma
1 MOXA ART DMA Controller
3 See dma.txt first
7 - compatible : Must be "moxa,moxart-dma"
11 - #dma-cells : Should be 1, a single cell holding a line request number
15 dma: dma@90500000 {
16 compatible = "moxa,moxart-dma";
19 #dma-cells = <1>;
25 DMA clients connected to the MOXA ART DMA controller must use the format
26 described in the dma.txt file, using a two-cell specifier for each channel:
30 1. A phandle pointing to the DMA controller.
34 Use specific request line passing from dma
42 dmas = <&dma 5>,
43 <&dma 5>;
44 dma-names = "tx", "rx";