Regarding STM32mp157A UART in U BOOT
Hi,
We are using stm32mp157a processor and we are working on uboot-v2018.11 at Linux side. I have an idea on board-debug-uart_init().
Path for board_debug_uart_init().
Path :board/st/stm32mp1/board.c
In board-debug-uart_init() .We have only UART_TX information i.e They configured only UART_TX pin in board_debug_uart_init() function.I need to know where will we configure UART_RX pin.
Refer the below link for uboot-v2018.11 source code Analysis.
