Skip to content

Commit d727dd7

Browse files
mstasiaknordicrlubos
authored andcommitted
[nrf fromlist] dts: nrf54lm20a: align GPIOTE IRQn to non-secure build
Use different GPIOTE interrupt number when building for cpuapp/ns. Upstream PR #: 99247 Signed-off-by: Michał Stasiak <[email protected]>
1 parent b5cf3ea commit d727dd7

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
@@ -80,11 +80,19 @@ nvic: &cpuapp_nvic {};
8080
};
8181

8282
&gpiote20 {
83+
#ifdef USE_NON_SECURE_ADDRESS_MAP
84+
interrupts = <218 NRF_DEFAULT_IRQ_PRIORITY>;
85+
#else
8386
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
87+
#endif
8488
};
8589

8690
&gpiote30 {
91+
#ifdef USE_NON_SECURE_ADDRESS_MAP
92+
interrupts = <268 NRF_DEFAULT_IRQ_PRIORITY>;
93+
#else
8794
interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>;
95+
#endif
8896
};
8997

9098
&dppic00 {

0 commit comments

Comments
 (0)