Skip to content

Commit 492d978

Browse files
djiatsaf-stjhedberg
authored andcommitted
tests: drivers: counter: counter_basic_api: boards: add nucleo_h753zi board
Add various timer nodes to enable the test to run successfully. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent e45786d commit 492d978

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&timers2 {
8+
st,prescaler = <79>;
9+
10+
counter {
11+
status = "okay";
12+
};
13+
};
14+
15+
&timers3 {
16+
st,prescaler = <79>;
17+
18+
counter {
19+
status = "okay";
20+
};
21+
};
22+
23+
&timers4 {
24+
st,prescaler = <79>;
25+
26+
counter {
27+
status = "okay";
28+
};
29+
};
30+
31+
&timers5 {
32+
st,prescaler = <79>;
33+
34+
counter {
35+
status = "okay";
36+
};
37+
};
38+
39+
&timers6 {
40+
st,prescaler = <79>;
41+
42+
counter {
43+
status = "okay";
44+
};
45+
};
46+
47+
&timers7 {
48+
st,prescaler = <79>;
49+
50+
counter {
51+
status = "okay";
52+
};
53+
};
54+
55+
&timers12 {
56+
st,prescaler = <79>;
57+
58+
counter {
59+
status = "okay";
60+
};
61+
};
62+
63+
&timers13 {
64+
st,prescaler = <79>;
65+
66+
counter {
67+
status = "okay";
68+
};
69+
};
70+
71+
&timers14 {
72+
st,prescaler = <79>;
73+
74+
counter {
75+
status = "okay";
76+
};
77+
};
78+
79+
&timers15 {
80+
st,prescaler = <79>;
81+
82+
counter {
83+
status = "okay";
84+
};
85+
};
86+
87+
&timers16 {
88+
st,prescaler = <79>;
89+
90+
counter {
91+
status = "okay";
92+
};
93+
};
94+
95+
&timers17 {
96+
st,prescaler = <79>;
97+
98+
counter {
99+
status = "okay";
100+
};
101+
};

0 commit comments

Comments
 (0)