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:
parent
9a140ca67d
commit
a88808fc9a
7 changed files with 41 additions and 0 deletions
|
@ -5,6 +5,8 @@ arch: x86
|
|||
toolchain:
|
||||
- zephyr
|
||||
ram: 2048
|
||||
supported:
|
||||
- watchdog
|
||||
testing:
|
||||
timeout_multiplier: 4
|
||||
ignore_tags:
|
||||
|
|
|
@ -5,6 +5,8 @@ arch: x86
|
|||
toolchain:
|
||||
- zephyr
|
||||
ram: 2048
|
||||
supported:
|
||||
- watchdog
|
||||
testing:
|
||||
timeout_multiplier: 4
|
||||
ignore_tags:
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
tco_wdt: tco_wdt@400 {
|
||||
compatible = "intel,tco-wdt";
|
||||
reg = <0x0400 0x20>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
9
samples/drivers/watchdog/boards/intel_adl_crb.overlay
Normal file
9
samples/drivers/watchdog/boards/intel_adl_crb.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&tco_wdt {
|
||||
status = "okay";
|
||||
};
|
9
samples/drivers/watchdog/boards/intel_adl_rvp.overlay
Normal file
9
samples/drivers/watchdog/boards/intel_adl_rvp.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&tco_wdt {
|
||||
status = "okay";
|
||||
};
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&tco_wdt {
|
||||
status = "okay";
|
||||
};
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&tco_wdt {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue