Skip to content

Commit

Permalink
[nrf fromlist] samples: drivers: watchdog: Run sample on nrf54h20
Browse files Browse the repository at this point in the history
Add overlay that enables selected WDT instance on
nrf54h20 Application core.

Upstream PR: zephyrproject-rtos/zephyr#72566

Signed-off-by: Sebastian Głąb <[email protected]>
  • Loading branch information
nordic-segl committed May 14, 2024
1 parent dc02e98 commit b004cee
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Copyright 2024 Nordic Semiconductor ASA
* SPDX-License-Identifier: Apache-2.0
*/

&wdt010 {
status = "okay";
};

0 comments on commit b004cee

Please sign in to comment.