From 1fe28da972cf18ddc80019bf9805bcee2f9c6ce5 Mon Sep 17 00:00:00 2001 From: Tony Han Date: Tue, 17 Jun 2025 17:24:20 +0800 Subject: [PATCH] soc: microchip: sam: update NUM_IRQS default value for sama7g5 Enlarge NUM_IRQS by 32 which is the number of interrupts for SGI (Software Generated Interrupts) and PPI (Private Peripheral Interrupts). Signed-off-by: Tony Han --- soc/microchip/sam/sama7g5/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/microchip/sam/sama7g5/Kconfig.defconfig b/soc/microchip/sam/sama7g5/Kconfig.defconfig index e2bfd12ab4c..dd102f1621c 100644 --- a/soc/microchip/sam/sama7g5/Kconfig.defconfig +++ b/soc/microchip/sam/sama7g5/Kconfig.defconfig @@ -6,7 +6,7 @@ if SOC_SERIES_SAMA7G5 config NUM_IRQS - default 155 + default 187 config SYS_CLOCK_HW_CYCLES_PER_SEC default $(dt_node_int_prop_int,/soc/timer@e1800000,clock-frequency)