Skip to content

Commit d49455a

Browse files
finikorgfabiobaltieri
authored andcommitted
boards: Add watchdog alias
Add watchdog alias for tco_wdt. Note that it needs to be enabled. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 52b397e commit d49455a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/x86/intel_adl/intel_adl.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919
chosen {
2020
zephyr,sram = &dram0;
2121
};
22+
23+
aliases {
24+
watchdog0 = &tco_wdt;
25+
};
2226
};

0 commit comments

Comments
 (0)