Skip to content

Commit 8c5c6da

Browse files
nordic-krchcarlescufi
authored andcommitted
tests: drivers: counter: counter_basic_api: Add nrf54h20 support
Add overlays for nrf54h20dk cpuapp and cpurad. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent d371a0f commit 8c5c6da

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&timer120 {
4+
status = "okay";
5+
prescaler = <7>;
6+
};
7+
8+
&timer121 {
9+
status = "okay";
10+
prescaler = <7>;
11+
};
12+
13+
&timer130 {
14+
status = "okay";
15+
prescaler = <4>;
16+
};
17+
18+
&timer131 {
19+
status = "okay";
20+
prescaler = <4>;
21+
};
22+
23+
&timer132 {
24+
status = "okay";
25+
prescaler = <4>;
26+
};
27+
28+
&timer133 {
29+
status = "okay";
30+
prescaler = <4>;
31+
};
32+
33+
&timer134 {
34+
status = "okay";
35+
prescaler = <4>;
36+
};
37+
38+
&timer135 {
39+
status = "okay";
40+
prescaler = <4>;
41+
};
42+
43+
&timer136 {
44+
status = "okay";
45+
prescaler = <4>;
46+
};
47+
48+
&timer137 {
49+
status = "okay";
50+
prescaler = <4>;
51+
};
52+
53+
&rtc130 {
54+
status = "okay";
55+
ppi-wrap;
56+
};
57+
58+
&rtc131 {
59+
status = "okay";
60+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54h20dk_nrf54h20_common.dtsi"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54h20dk_nrf54h20_common.dtsi"
4+
5+
&timer020 {
6+
status = "okay";
7+
prescaler = <7>;
8+
};
9+
10+
&timer021 {
11+
status = "okay";
12+
prescaler = <7>;
13+
};
14+
15+
&timer022 {
16+
status = "okay";
17+
prescaler = <7>;
18+
};
19+
20+
&rtc {
21+
status = "okay";
22+
};

0 commit comments

Comments
 (0)