How to add UART support for DTS and compile it for STM32MP157F-DK2
I created a custom linux image for this target using the distribution package + x-linux-qt and the image "st-image-qt". This image is working correctly on my target. Now, I want to add UART5 and UART4 to receive data over those 2 serial ports. As fa...