From: Matt Johnston Date: Thu, 8 Sep 2022 06:38:39 +0000 (+0800) Subject: Add more interrupt numbers to microwatt_soc.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5d1deb204fd625aded6222b677b9394a5351bdc;p=microwatt.git Add more interrupt numbers to microwatt_soc.h Signed-off-by: Matt Johnston --- 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