]> xenbits.xensource.com Git - xen.git/commit
xen/arm: Add NXP LINFlexD UART Driver
authorAndrei Cherechesu <andrei.cherechesu@nxp.com>
Mon, 30 Sep 2024 11:47:07 +0000 (14:47 +0300)
committerJulien Grall <julien@xen.org>
Fri, 18 Oct 2024 22:37:33 +0000 (23:37 +0100)
commit6ba3b1f8285fbca53c8f6eeb587a1364cbe17939
tree7d59468f51c8360a0a2d92f971e729915fd5d2a7
parent0710b38921ec6740d75148b6b400b6aa44314d2d
xen/arm: Add NXP LINFlexD UART Driver

The LINFlexD UART is an UART controller available on NXP S32
processors family targeting automotive (for example: S32G2, S32G3,
S32R).

S32G3 Reference Manual:
https://www.nxp.com/webapp/Download?colCode=RMS32G3.

Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com>
Signed-off-by: Peter van der Perk <peter.vander.perk@nxp.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/include/asm/linflex-uart.h [new file with mode: 0644]
xen/drivers/char/Kconfig
xen/drivers/char/Makefile
xen/drivers/char/linflex-uart.c [new file with mode: 0644]