Skip to content

Commit 7725284

Browse files
jimmyzhenashif
authored andcommitted
samples: drivers: watchdog: add overlay file for adp_xc7k/ae350/clic
adp_xc7k/ae350/clic uses a different interrupt controller than adp_xc7k/ae350, add overlay files as in adp_xc7k/ae350. Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>
1 parent 20f48b9 commit 7725284

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 Andes Technology Corporation.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
watchdog0 = &wdt;
10+
};
11+
};

0 commit comments

Comments
 (0)