Browse Source

soc: nordic: nrf54l: Fix num of irq for nRF54L20

Change number of IRQ parameter for nRF54L20 devices.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
pull/85945/head
Adam Kondraciuk 5 months ago committed by Benjamin Cabé
parent
commit
50c21f1591
  1. 2
      soc/nordic/nrf54l/Kconfig.defconfig.nrf54l20_enga_cpuapp

2
soc/nordic/nrf54l/Kconfig.defconfig.nrf54l20_enga_cpuapp

@ -6,6 +6,6 @@ @@ -6,6 +6,6 @@
if SOC_NRF54L20_ENGA_CPUAPP
config NUM_IRQS
default 274
default 290
endif # SOC_NRF54L20_ENGA_CPUAPP

Loading…
Cancel
Save