Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / include / dt-bindings / dma / fsl-edma.h
blobfd11478cfe9cc27370f0645fbf21164108271129
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */
3 #ifndef _FSL_EDMA_DT_BINDING_H_
4 #define _FSL_EDMA_DT_BINDING_H_
6 /* Receive Channel */
7 #define FSL_EDMA_RX 0x1
9 /* iMX8 audio remote DMA */
10 #define FSL_EDMA_REMOTE 0x2
12 /* FIFO is continue memory region */
13 #define FSL_EDMA_MULTI_FIFO 0x4
15 /* Channel need stick to even channel */
16 #define FSL_EDMA_EVEN_CH 0x8
18 /* Channel need stick to odd channel */
19 #define FSL_EDMA_ODD_CH 0x10
21 #endif