Skip to content

Commit 861efee

Browse files
committed
[nrf fromlist] tests: drivers: watchdog: Run tests on nrf54l20pdk
Add overlays and align tests to be executed on nrf54l20pdk. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 3d4dfc5 commit 861efee

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/nordic/nrf54l20pdk/nrf54l20pdk_nrf54l20_cpuapp.yaml

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

0 commit comments

Comments
 (0)