Hello All,
I am working on i.MX6ULL and there is an issue I am facing with SDMA remapping.
When I am configuring the sdma remapping event as below, I am able to run the audio on ESAI channel,
&sdma {
gpr = <&gpr>;
/* SDMA event remap for ESAI */
fsl,sdma-event-remap = <0 14 1>, <0 15 1>;
};
But, I am experiencing an hang on UART6 bus.
Can anyone point me how the settings are causing issue on UART6?
I can see the datasheet shows below register IOMUXC_GPR_GPR0 field descriptions,

Does that mean that when ESAI is run on SDMA mode, UART6 cannot be used?
Thanks,
Kiran