How to enable hardware flow control (rs485)?
I am using the STM32MP157C-DK2 board. I fixed the stm32mp157a-dk1 file as shown below

Generated the device tree blobs (* .dtb) and updated the device tree blob on the board.
I sent an echo "hello!" > /dev/ttySTM1

and I see that the RTS pin is held for too long, I think that this pin is held all the time while the file is open by the operating system.
Then I launched the Modbus-RTU test application. reception and transmission work correctly, but the RTS pin does not switch. The RTS pin was pressed to the ground when I launched the application and released when I closed the application.
How to enable hardware flow control (rs485)?
