Skip to content

Commit a88808f

Browse files
Johan Hedbergfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 9a140ca commit a88808f

File tree

7 files changed

+41
-0
lines changed

7 files changed

+41
-0
lines changed

boards/x86/intel_adl/intel_adl_crb.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ arch: x86
55
toolchain:
66
- zephyr
77
ram: 2048
8+
supported:
9+
- watchdog
810
testing:
911
timeout_multiplier: 4
1012
ignore_tags:

boards/x86/intel_adl/intel_adl_rvp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ arch: x86
55
toolchain:
66
- zephyr
77
ram: 2048
8+
supported:
9+
- watchdog
810
testing:
911
timeout_multiplier: 4
1012
ignore_tags:

dts/x86/intel/alder_lake.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
tco_wdt: tco_wdt@400 {
117117
compatible = "intel,tco-wdt";
118118
reg = <0x0400 0x20>;
119+
status = "disabled";
119120
};
120121
};
121122
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2023 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&tco_wdt {
8+
status = "okay";
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2023 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&tco_wdt {
8+
status = "okay";
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2023 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&tco_wdt {
8+
status = "okay";
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2023 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&tco_wdt {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)