Lines Matching refs:adi
4 - compatible: Must be "adi,axi-dmac-1.00.a".
11 - adi,channels: This sub-node must contain a sub-node for each DMA channel. For
15 Required properties for adi,channels sub-node:
21 - adi,source-bus-width,
22 adi,destination-bus-width: Width of the source or destination bus in bits.
23 - adi,source-bus-type,
24 adi,destination-bus-type: Type of the source or destination bus. Must be one
31 - adi,length-width: Width of the DMA transfer length register.
32 - adi,cyclic: Must be set if the channel supports hardware cyclic DMA
34 - adi,2d: Must be set if the channel supports hardware 2D DMA transfers.
43 compatible = "adi,axi-dmac-1.00.a";
49 adi,channels {
55 adi,source-bus-width = <32>;
56 adi,source-bus-type = <ADI_AXI_DMAC_TYPE_MM_AXI>;
57 adi,destination-bus-width = <64>;
58 adi,destination-bus-type = <ADI_AXI_DMAC_TYPE_FIFO>;