lib: utils: serial: Add Cadence UART driver

Add Cadence UART driver

Signed-off-by: Jun Liang Tan <junliang.tan@linux.starfivetech.com>
Signed-off-by: Wei Liang Lim <weiliang.lim@linux.starfivetech.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Jun Liang Tan
2022-08-17 23:40:56 +08:00
committed by Anup Patel
parent adf44b51ba
commit cbaa9b0333
9 changed files with 199 additions and 6 deletions

View File

@@ -9,6 +9,11 @@ config FDT_SERIAL
if FDT_SERIAL
config FDT_SERIAL_CADENCE
bool "Cadence UART FDT driver"
select SERIAL_CADENCE
default n
config FDT_SERIAL_GAISLER
bool "Gaisler UART FDT driver"
select SERIAL_GAISLER
@@ -46,6 +51,10 @@ config FDT_SERIAL_XILINX_UARTLITE
endif
config SERIAL_CADENCE
bool "Cadence UART support"
default n
config SERIAL_GAISLER
bool "Gaisler UART support"
default n