In the timesys BSP User Guide BSP User Guide for Freescale TWR-VF65GS10 | Timesys Embedded Linux
Linux uses DMA channels on DMA engine 0,mux 0
UART1 RX - Channel 4
UART1 TX - Channel 5
DSPI0 RX - Channel 12
DSPI0 TX - Channel 13
SAI2 (I2S2) RX - Channel 20
SAI2 (I2S2) TX - Channel 21
But when i checked the in the linux # ls -1 /sys/class/dma
I can see that there are DMA assigned on DMA1:
dma1chan0
dma1chan1
dma1chan10
dma1chan11
dma1chan12
dma1chan13
dma1chan14
I would like to ask if it is possible to reroute DMA1 to DMA0?
I want to configure the Linux to only use DMA0 and the MQX to DMA1.