serial: npcm: Add support for Nuvoton NPCM SoCs

Add Nuvoton BMC NPCM7xx/NPCM8xx uart driver

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
Signed-off-by: Stanley Chu <yschu@nuvoton.com>
This commit is contained in:
Jim Liu
2022-04-19 13:32:21 +08:00
committed by Tom Rini
parent c7554574ff
commit 6f6a0b74d6
3 changed files with 167 additions and 0 deletions

View File

@@ -1016,6 +1016,15 @@ config MPC8XX_CONS
depends on MPC8xx
default y
config NPCM_SERIAL
bool "Nuvoton NPCM UART driver"
depends on DM_SERIAL
help
Select this to enable UART support for Nuvoton BMCs
(NPCM7xx and NPCM8xx).
The driver enables the onboard serial port with 8-N-1
configuration.
config XEN_SERIAL
bool "XEN serial support"
depends on XEN