Add a driver model serial driver for Espressif ESP32 UART controllers. The driver supports ESP32, ESP32-S3 and ESP32-S31 UART register variants, including baud-rate setup, FIFO access and basic port initialization. Signed-off-by: Honbo He <hehongbo918@gmail.com> Changes in v3: - Add debug UART for early print output