Board: NXP IMXRT1020
Linux version: Linux version 4.5.0-g83127a04-dirty
The 485 serial port driver is in interrupt mode.

Issue Description:
1, I used the chip's three 485 serial ports to communicate with external devices, One of the serial ports(PORTB) as a Master to request data from external devices, and the other two serial ports(PORTC and PORTD) as a Slave to respond to requests from external devices(As shown below).

2, If the baud rates of the three serial ports are set to the same value (e.g.: all are 2400 or 19200 or 115200, etc.), there will be no Overrun error. However, if they are set to different values, the serial port with the higher baud rate will have Overrun errors(As shown below).

3, How should I solve this problem? Thank you very much.