Skip to content

Commit ffbd680

Browse files
committed
tests: drivers: counter: basic_api: add overlay for nucleo_l433rc_p
Add overlay for nucleo_l433rc_p to enable counter_basic_api tests on this board. The prescalers of the timers will result in a counter frequency of 1 MHz. Signed-off-by: Jan Kablitz <[email protected]>
1 parent 5f1e363 commit ffbd680

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
&timers2 {
2+
st,prescaler = <79>;
3+
counter {
4+
status = "okay";
5+
};
6+
};
7+
8+
&timers6 {
9+
st,prescaler = <79>;
10+
counter {
11+
status = "okay";
12+
};
13+
};
14+
15+
&timers7 {
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+
&rtc {
37+
status = "disabled";
38+
};

0 commit comments

Comments
 (0)