]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: mxs: Add MXS AUART driver
authorMarek Vasut <marex@denx.de>
Sat, 6 May 2023 14:43:31 +0000 (16:43 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 21 May 2023 14:54:41 +0000 (16:54 +0200)
commitff476897ed698eae1fa439d52b30694a2b40464a
treefcadc1d147c76b3b6066ff2cccba3ad26e0c3609
parentab2f54d21184d53f40e6e16a810c4df71ebb446a
serial: mxs: Add MXS AUART driver

Add trivial driver for the MXS AUART IP. This is the other UART IP
present in i.MX23 and i.MX28, used to drive the non-DUART ports.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/serial_mxs.c [new file with mode: 0644]