Skip to content

Commit 0e8dcc9

Browse files
committed
samples: drivers: Add watchdog sample support for MSPM0 boards
Add board-specific overlays to enable the MSPM0 WWDT in the Zephyr watchdog sample for lp_mspm0g3507 and lp_mspm0l2228 boards. Signed-off-by: Jackson Farley <[email protected]> Signed-off-by: Sanjay Vallimanalan <[email protected]>
1 parent 10d76c3 commit 0e8dcc9

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2024 Texas Instruments
3+
* Copyright (c) 2025 Linumiz GmbH
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
/ {
9+
aliases {
10+
watchdog0 = &wdt0;
11+
};
12+
};
13+
14+
&wdt0 {
15+
status = "okay";
16+
};
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2024 Texas Instruments
3+
* Copyright (c) 2025 Linumiz GmbH
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
/ {
9+
aliases {
10+
watchdog0 = &wdt0;
11+
};
12+
};
13+
14+
&wdt0 {
15+
status = "okay";
16+
};

0 commit comments

Comments
 (0)