samples: watchdog: Add overlay for Intel Alder Lake boards

Add watchdog overlays and necessary metadata to support Intel Alder Lake
boards.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2023-04-20 13:05:28 +03:00 committed by Fabio Baltieri
commit a88808fc9a
7 changed files with 41 additions and 0 deletions

View file

@ -5,6 +5,8 @@ arch: x86
toolchain:
- zephyr
ram: 2048
supported:
- watchdog
testing:
timeout_multiplier: 4
ignore_tags:

View file

@ -5,6 +5,8 @@ arch: x86
toolchain:
- zephyr
ram: 2048
supported:
- watchdog
testing:
timeout_multiplier: 4
ignore_tags:

View file

@ -116,6 +116,7 @@
tco_wdt: tco_wdt@400 {
compatible = "intel,tco-wdt";
reg = <0x0400 0x20>;
status = "disabled";
};
};
};

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&tco_wdt {
status = "okay";
};

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&tco_wdt {
status = "okay";
};

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&tco_wdt {
status = "okay";
};

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&tco_wdt {
status = "okay";
};