Skip to content

Commit 0f3484a

Browse files
mstasiaknordicjhedberg
authored andcommitted
dts: nrf54lm20a: align GPIOTE IRQn to non-secure build
Use different GPIOTE interrupt number when building for cpuapp/ns. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent d4ae43e commit 0f3484a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/nordic/nrf54lm20a_enga_cpuapp.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,19 @@ nvic: &cpuapp_nvic {};
7575
};
7676

7777
&gpiote20 {
78+
#ifdef USE_NON_SECURE_ADDRESS_MAP
79+
interrupts = <218 NRF_DEFAULT_IRQ_PRIORITY>;
80+
#else
7881
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
82+
#endif
7983
};
8084

8185
&gpiote30 {
86+
#ifdef USE_NON_SECURE_ADDRESS_MAP
87+
interrupts = <268 NRF_DEFAULT_IRQ_PRIORITY>;
88+
#else
8289
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
90+
#endif
8391
};
8492

8593
&dppic00 {

0 commit comments

Comments
 (0)