Lines Matching +full:- +full:pdma
7 - compatible: should include both "arm,pl330" and "arm,primecell".
8 - reg: physical base address of the controller and length of memory mapped
10 - interrupts: interrupt number to the cpu.
13 - dma-coherent : Present if dma operations are coherent
14 - #dma-cells: must be <1>. used to represent the number of integer
16 - dma-channels: contains the total number of DMA channels supported by the DMAC
17 - dma-requests: contains the total number of DMA requests supported by the DMAC
18 - arm,pl330-broken-no-flushp: quirk for avoiding to execute DMAFLUSHP
19 - arm,pl330-periph-burst: quirk for performing burst transfer only
20 - resets: contains an entry for each entry in reset-names.
22 - reset-names: must contain at least "dma", and optional is "dma-ocp".
26 pdma0: pdma@12680000 {
30 #dma-cells = <1>;
31 #dma-channels = <8>;
32 #dma-requests = <32>;
35 Client drivers (device nodes requiring dma transfers from dev-to-mem or
36 mem-to-dev) should specify the DMA channel numbers and dma channel names
43 to the client controller. The 'property name' 'dmas' and 'dma-names'
49 dma-names = "tx", "rx";