From 122c717447f81c310a4fb082101213ad338dfb0e Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 8 May 2024 18:08:41 +0800 Subject: [PATCH] Set UART0 IRQ to 69 (25 + 44) --- boards/risc-v/bl808/ox64/configs/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/risc-v/bl808/ox64/configs/nsh/defconfig b/boards/risc-v/bl808/ox64/configs/nsh/defconfig index 37b2674e4d881..12a9587101242 100644 --- a/boards/risc-v/bl808/ox64/configs/nsh/defconfig +++ b/boards/risc-v/bl808/ox64/configs/nsh/defconfig @@ -12,7 +12,7 @@ CONFIG_16550_REGINCR=4 CONFIG_16550_UART0=y CONFIG_16550_UART0_BASE=0x04140000 CONFIG_16550_UART0_CLOCK=23040000 -CONFIG_16550_UART0_IRQ=44 +CONFIG_16550_UART0_IRQ=69 CONFIG_16550_UART0_SERIAL_CONSOLE=y CONFIG_16550_UART=y CONFIG_16550_WAIT_LCR=y