tests: drivers: Assign prescaler value to 10000

This commit modifies st prescaler value from 0 to 10000 for
STM32 nucleo_f207zg. So pwm_api test results in successful
execution on nucleo_f207zg board.

Signed-off-by: Sidhdharth Yadav <sidhdharth.yadav@hcl.com>
This commit is contained in:
Sidhdharth Yadav 2021-05-17 21:26:41 +05:30 committed by Kumar Gala
commit 85a6179f7b

View file

@ -0,0 +1,11 @@
/*
* Copyright (c) 2021 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&timers1 {
pwm {
st,prescaler = <10000>;
};
};