Lines Matching refs:dma
7 - compatible: Should be "xlnx,axi-dma-1.00.a"
8 - #dma-cells: Should be <1>, see "dmas" property below
10 - dma-channel child node: Should have atleast one channel and can have upto
19 - compatible: It should be either "xlnx,axi-dma-mm2s-channel" or
20 "xlnx,axi-dma-s2mm-channel".
33 compatible = "xlnx,axi-dma-1.00.a";
36 dma-channel@40400000 {
37 compatible = "xlnx,axi-dma-mm2s-channel";
41 dma-channel@40400030 {
42 compatible = "xlnx,axi-dma-s2mm-channel";
55 - dma-names: a list of DMA channel names, one per "dmas" entry
61 compatible ="xlnx,axi-dma-test-1.00.a";
64 dma-names = "dma0", "dma1";