Skip to content

Commit 75015d6

Browse files
committed
[nrf fromtree] samples: drivers: counter: add nRF54L20 config
Added build configuration for nRF54L20. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit bcc7562)
1 parent 43b638f commit 75015d6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
&timer00 {
2+
prescaler = <6>;
3+
status = "okay";
4+
};
5+
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+
};

0 commit comments

Comments
 (0)