From c350aaae30cf1d256cdff4a7c5a54efd9f308fe9 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Tue, 5 Nov 2024 18:49:01 +0800 Subject: [PATCH] SoC/evalsoc: add notice about uart eclic irq maybe not working notice 1. current nuclei qemu 2024.06 dont support uart eclic irq interrupt, it is not working 2. current 200/300 bitstream uart eclic irq interrupt hw connection maybe wrong, need to confirm with AE with the bit you get Signed-off-by: Huaqi Fang <578567190@qq.com> --- SoC/evalsoc/Common/Include/evalsoc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoC/evalsoc/Common/Include/evalsoc.h b/SoC/evalsoc/Common/Include/evalsoc.h index ddf8a77c..6703e2b3 100644 --- a/SoC/evalsoc/Common/Include/evalsoc.h +++ b/SoC/evalsoc/Common/Include/evalsoc.h @@ -207,6 +207,8 @@ typedef enum IRQn { #ifdef CFG_HAS_CLIC /* UART0 Interrupt */ +/* NOTE: Take care the external uart irq may not work, it require a correct evalsoc cpu configuration */ +/* NOTE: For latest 200/300 cpu, this UART0_IRQn maybe SOC_INT19_IRQn */ #define UART0_IRQn SOC_INT51_IRQn /* QSPI Interrupt */ #define QSPI0_IRQn SOC_INT53_IRQn