Skip to content

Commit b2578a2

Browse files
Richy42nashif
authored andcommitted
tests: drivers: counter: counter_basic_api: add nucleo_u385rg_q
Counters API test were not available for the nucleo_u385rg_q board. Added the nucleo_u385rg_q board overlay to the counter_basic_api test. Signed-off-by: Richard Skriwanek <[email protected]>
1 parent cc24cea commit b2578a2

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&timers2 {
7+
st,prescaler = <79>;
8+
9+
counter {
10+
status = "okay";
11+
};
12+
};
13+
14+
&timers3 {
15+
st,prescaler = <79>;
16+
17+
counter {
18+
status = "okay";
19+
};
20+
};
21+
22+
&timers4 {
23+
st,prescaler = <79>;
24+
25+
counter {
26+
status = "okay";
27+
};
28+
};
29+
30+
&timers6 {
31+
st,prescaler = <79>;
32+
33+
counter {
34+
status = "okay";
35+
};
36+
};
37+
38+
&timers7 {
39+
st,prescaler = <79>;
40+
41+
counter {
42+
status = "okay";
43+
};
44+
};
45+
46+
&timers15 {
47+
st,prescaler = <79>;
48+
49+
counter {
50+
status = "okay";
51+
};
52+
};
53+
54+
&timers16 {
55+
st,prescaler = <79>;
56+
57+
counter {
58+
status = "okay";
59+
};
60+
};
61+
62+
&timers17 {
63+
st,prescaler = <79>;
64+
65+
counter {
66+
status = "okay";
67+
};
68+
};

0 commit comments

Comments
 (0)