Lines Matching +full:dma +full:- +full:shared +full:- +full:all
1 * Spreadtrum DMA controller
3 This binding follows the generic DMA bindings defined in dma.txt.
6 - compatible: Should be "sprd,sc9860-dma".
7 - reg: Should contain DMA registers location and length.
8 - interrupts: Should contain one interrupt shared by all channel.
9 - #dma-cells: must be <1>. Used to represent the number of integer
11 - dma-channels : Number of DMA channels supported. Should be 32.
12 - clock-names: Should contain the clock of the DMA controller.
13 - clocks: Should contain a clock specifier for each entry in clock-names.
16 - #dma-channels : Number of DMA channels supported. Should be 32.
21 apdma: dma-controller@20100000 {
22 compatible = "sprd,sc9860-dma";
25 #dma-cells = <1>;
26 dma-channels = <32>;
27 clock-names = "enable";
33 DMA clients connected to the Spreadtrum DMA controller must use the format
34 described in the dma.txt file, using a two-cell specifier for each channel.
36 1. A phandle pointing to the DMA controller.
41 dma-names = "rx_chn", "tx_chn";