Skip to content

Commit bdf6165

Browse files
committed
applications: nrf_desktop: Change watchdog instance for nrf54l15
The default watchdog instance for nrf54l15 is now wdt31. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 60f50bb commit bdf6165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/boards/nrf54l15pdk_nrf54l15_cpuapp_0_2_1.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/* For nRF54L, watchdog status is disabled by default. Needs to be enabled in DTS overlay. */
8-
&wdt30 {
8+
&wdt31 {
99
status = "okay";
1010
};
1111

applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/boards/nrf54l15pdk_nrf54l15_cpuapp_0_3_0.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "nrf54l15pdk_nrf54l15_cpuapp_0_3_0_fixup.dtsi"
88

99
/* For nRF54L, watchdog status is disabled by default. Needs to be enabled in DTS overlay. */
10-
&wdt30 {
10+
&wdt31 {
1111
status = "okay";
1212
};
1313

0 commit comments

Comments
 (0)