Question
how to add stm32mp157A own UART drivers at boot level in uboot.
I am using STM32MP1 Device in our costume board . In my application I need 3 UARTS out of three UARTS only one is initialized in UBOOT and its working fine , Now i want to initialize the remaining UARTS , Send and receiving the data from remaining UARTS. For this what is procedure to add new UART drivers(We are using the stlinux for the application development).
