Skip to content

Commit dd5681a

Browse files
ttmutkartben
authored andcommitted
tests: counter: counter_basic_api: Enable tests for MAX32657EVKIT
Add overlay files for MAX32657EVKIT secure and nonsecure boards. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
1 parent adba582 commit dd5681a

File tree

2 files changed

+102
-0
lines changed

2 files changed

+102
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
/*
2+
* Copyright (c) 2024 Analog Devices, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&timer0 {
8+
status = "okay";
9+
prescaler = <2>;
10+
counter {
11+
status = "okay";
12+
};
13+
};
14+
15+
&timer1 {
16+
status = "okay";
17+
prescaler = <2>;
18+
counter {
19+
status = "okay";
20+
};
21+
};
22+
23+
&timer2 {
24+
status = "okay";
25+
prescaler = <2>;
26+
counter {
27+
status = "okay";
28+
};
29+
};
30+
31+
&timer3 {
32+
status = "okay";
33+
prescaler = <2>;
34+
counter {
35+
status = "okay";
36+
};
37+
};
38+
39+
&timer4 {
40+
status = "okay";
41+
counter {
42+
status = "okay";
43+
};
44+
};
45+
46+
&timer5 {
47+
status = "okay";
48+
counter {
49+
status = "okay";
50+
};
51+
};
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
/*
2+
* Copyright (c) 2024 Analog Devices, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&timer0 {
8+
status = "okay";
9+
prescaler = <2>;
10+
counter {
11+
status = "okay";
12+
};
13+
};
14+
15+
&timer1 {
16+
status = "okay";
17+
prescaler = <2>;
18+
counter {
19+
status = "okay";
20+
};
21+
};
22+
23+
&timer2 {
24+
status = "okay";
25+
prescaler = <2>;
26+
counter {
27+
status = "okay";
28+
};
29+
};
30+
31+
&timer3 {
32+
status = "okay";
33+
prescaler = <2>;
34+
counter {
35+
status = "okay";
36+
};
37+
};
38+
39+
&timer4 {
40+
status = "okay";
41+
counter {
42+
status = "okay";
43+
};
44+
};
45+
46+
&timer5 {
47+
status = "okay";
48+
counter {
49+
status = "okay";
50+
};
51+
};

0 commit comments

Comments
 (0)