Dear gusarambula-san,
Thank you for your response.
We still have this problem
I'm sorry, We use UART6. However, We do not use RTS and CTS function.
Now, the RTSDEN bit of the UART6_UCR1 register is set in "1: RTS Delta Interrupt Enable".
In Linux BSP "drivers/tty/serial/imx.c" , this is set by default. (We do not make any modifications.)
According to the explanation of RTSDEN bit, "The current status of the RTS_B pin is read in the RTSS bit."
When the register setting related to the RTS_B pin is as follows,
Is a status of CSI_VSYNC pin read as a RTS_B status ?
<Register setting related to the RTS_B pin>
- The IOMUXC_UART6_RTS_B_SELECT_INPUT register is a default state, too
00:CSI_VSYNC_ALT8
- And, the IOMUXC_SW_MUX_CTL_PAD_CSI_VSYNC register is set in ALT1:USDHC_CLK
The CSI_VSYNC pad is assigned to USDHC_CLK.

In order to avoid unexpected UART_RTS_B interrupt, should RTSDEN bit be set to Disable?
May I have advice?
Best Regards,
Yuuki