Skip to content

Commit 4f182bc

Browse files
vlilleboeanangl
authored andcommitted
[nrf fromlist] nordic: dts: Fix grtc interrupt line for secure nRF54L
When TF-M is used, zephyr must use a different interrupt line for GRTC. Upstream PR: zephyrproject-rtos/zephyr#74084 Signed-off-by: Vidar Lillebø <[email protected]> (cherry picked from commit ff95bb4af6923553c545da9374ed665bf2ec471d)
1 parent f9bfe53 commit 4f182bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dts/arm/nordic/nrf54l15_cpuapp.dtsi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ cpuflpr_vevif: &cpuflpr_vevif_remote {};
3939
};
4040

4141
&grtc {
42+
#ifdef USE_NON_SECURE_ADDRESS_MAP
43+
interrupts = <227 NRF_DEFAULT_IRQ_PRIORITY>,
44+
#else
4245
interrupts = <228 NRF_DEFAULT_IRQ_PRIORITY>,
43-
<229 NRF_DEFAULT_IRQ_PRIORITY>; /* reserved for Zero Latency IRQs */
46+
#endif
47+
<229 NRF_DEFAULT_IRQ_PRIORITY>; /* reserved for Zero Latency IRQs */
4448
};
4549

4650
&gpiote20 {

0 commit comments

Comments
 (0)