Skip to content

Commit a9e822e

Browse files
nordic-seglkartben
authored andcommitted
tests: drivers: watchdog: wdt_basic_api: Enable test on nRF54L09 and L20
Enable wdt_basic_api test on: - nrf54l09pdk/nrf54l09/cpuapp (missing supported), - nrf54l09pdk/nrf54l09/cpuflpr (missing overlay), - nrf54l20pdk/nrf54l20/cpuflpr (missing supported and overlay). Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 729e39a commit a9e822e

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

boards/nordic/nrf54l09pdk/nrf54l09pdk_nrf54l09_cpuapp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ flash: 200
1414
supported:
1515
- counter
1616
- gpio
17+
- watchdog

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20_cpuflpr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ flash: 64
1313
supported:
1414
- counter
1515
- gpio
16+
- watchdog
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&wdt31 {
8+
status = "okay";
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&wdt31 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)