Skip to content

Commit bec4a84

Browse files
nordic-krchkartben
authored andcommitted
tests: drivers: counter: basic_api: Add nrf54l15dk_nrf54l15_cpuflpr
Add overlay for nrf54l15dk_nrf54l15_cpuflpr target. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent b920686 commit bec4a84

File tree

3 files changed

+41
-33
lines changed

3 files changed

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

6-
&timer10 {
7-
prescaler = <4>;
8-
status = "okay";
9-
};
10-
11-
&timer20 {
12-
prescaler = <4>;
13-
status = "okay";
14-
};
15-
16-
&timer21 {
17-
prescaler = <4>;
18-
status = "okay";
19-
};
20-
21-
&timer22 {
22-
prescaler = <4>;
23-
status = "okay";
24-
};
25-
26-
&timer23 {
27-
prescaler = <4>;
28-
status = "okay";
29-
};
30-
31-
&timer24 {
32-
prescaler = <4>;
33-
status = "okay";
34-
};
3+
#include "nrf54l15dk_nrf54l15_common.dtsi"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54l15dk_nrf54l15_common.dtsi"

0 commit comments

Comments
 (0)