Skip to content

Commit 017193f

Browse files
committed
[nrf fromlist] tests: drivers: counter: Enable test execution on nRF54L20pdk
Add overlay needed to execute counter tests on nRF54L20pdk. Upstream PR #: 82968 Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 99faf47 commit 017193f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&timer00 {
8+
prescaler = <6>;
9+
status = "okay";
10+
};
11+
12+
&timer10 {
13+
prescaler = <4>;
14+
status = "okay";
15+
};
16+
17+
&timer20 {
18+
prescaler = <4>;
19+
status = "okay";
20+
};
21+
22+
&timer21 {
23+
prescaler = <4>;
24+
status = "okay";
25+
};
26+
27+
&timer22 {
28+
prescaler = <4>;
29+
status = "okay";
30+
};
31+
32+
&timer23 {
33+
prescaler = <4>;
34+
status = "okay";
35+
};
36+
37+
&timer24 {
38+
prescaler = <4>;
39+
status = "okay";
40+
};

0 commit comments

Comments
 (0)