From f5d1deb204fd625aded6222b677b9394a5351bdc Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 8 Sep 2022 14:38:39 +0800 Subject: [PATCH] Add more interrupt numbers to microwatt_soc.h Signed-off-by: Matt Johnston --- include/microwatt_soc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/microwatt_soc.h b/include/microwatt_soc.h index ab55287..7d68025 100644 --- a/include/microwatt_soc.h +++ b/include/microwatt_soc.h @@ -26,6 +26,9 @@ */ #define IRQ_UART0 0 #define IRQ_ETHERNET 1 +#define IRQ_UART1 2 +#define IRQ_SDCARD 3 +#define IRQ_GPIO 4 /* * Register definitions for the syscon registers