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 <tony.han@microchip.com>
This commit is contained in:
Tony Han 2025-06-17 17:24:20 +08:00 committed by Benjamin Cabé
parent 486486cac3
commit 1fe28da972

View File

@ -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)