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 <ben.marsh@helvar.com>
This commit is contained in:
parent
20dce8c6a8
commit
1cec2af0cb
|
@ -0,0 +1,10 @@
|
|||
&timers2 {
|
||||
st,prescaler = <83>;
|
||||
counter {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "disabled";
|
||||
};
|
Loading…
Reference in a new issue