Skip to content

Commit a2f4154

Browse files
nordic-seglkartben
authored andcommitted
samples: drivers: watchdog: Enable sample on nrf54L09 and L20
Add overlays required to run watchdog sample on: - nrf54l09pdk/nrf54l09/cpuapp, - nrf54l09pdk/nrf54l09/cpuflpr, - nrf54l20pdk/nrf54l20/cpuflpr. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent a9e822e commit a2f4154

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright 2025 Nordic Semiconductor ASA
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&wdt31 {
7+
status = "okay";
8+
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright 2025 Nordic Semiconductor ASA
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&wdt31 {
7+
status = "okay";
8+
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright 2025 Nordic Semiconductor ASA
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&wdt31 {
7+
status = "okay";
8+
};

0 commit comments

Comments
 (0)