Skip to content

Commit 1cec2af

Browse files
besmarshcarlescufi
authored andcommitted
tests: drivers: counter: counter_basic_api: Add stm32h735g_disco overlay
Add overlay for stm32h735g_disco board to enable counter_basic_api tests on this board Signed-off-by: Ben Marsh <[email protected]>
1 parent 20dce8c commit 1cec2af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
&timers2 {
2+
st,prescaler = <83>;
3+
counter {
4+
status = "okay";
5+
};
6+
};
7+
8+
&rtc {
9+
status = "disabled";
10+
};

0 commit comments

Comments
 (0)