Skip to content

Commit 6d498f9

Browse files
committed
tests: drivers: counter: counter_basic_api: add nucleo_c092rc overlay
Add a overlay to the counter_basic_api test to enable the counter node of TIM2, TIM3, and TIM14 to TIM17. Signed-off-by: Thomas Stranger <[email protected]>
1 parent 2b3b3d6 commit 6d498f9

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
&timers2 {
2+
st,prescaler = <79>;
3+
counter {
4+
status = "okay";
5+
};
6+
};
7+
8+
&timers3 {
9+
st,prescaler = <79>;
10+
counter {
11+
status = "okay";
12+
};
13+
};
14+
15+
&timers14 {
16+
st,prescaler = <79>;
17+
counter {
18+
status = "okay";
19+
};
20+
};
21+
22+
&timers15 {
23+
st,prescaler = <79>;
24+
counter {
25+
status = "okay";
26+
};
27+
};
28+
29+
&timers16 {
30+
st,prescaler = <79>;
31+
counter {
32+
status = "okay";
33+
};
34+
};
35+
36+
&timers17 {
37+
st,prescaler = <79>;
38+
counter {
39+
status = "okay";
40+
};
41+
};

0 commit comments

Comments
 (0)