Could you please specify Linux BSP version you are using?
Colibri modules modules feature full features UART_A used for debug messages and as a serial console for U-Boot and Linux. Pin 25 is used for a CTS signal.
You an either choose another pin for your purpose or disable flow control at U_Boot (by modifying
its source code and recompiling ) and at Linux device tree. Please check chapter 5.10 UART
of Colibri iMX7 datasheet for more details.
Thanks. I have already redefined the pins for uart a and I have removed rts and cts. Looks like I still need to do the uboot changes. Could you describe those please?