2021-03-11 22:38:12 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Thomas Stranger
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2021-05-05 18:03:35 +08:00
|
|
|
&rcc {
|
|
|
|
/* Reduce APB1 speed to achieve test window timings */
|
|
|
|
apb1-prescaler = <16>;
|
|
|
|
};
|
|
|
|
|
2021-03-11 22:38:12 +08:00
|
|
|
&wwdg {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&iwdg {
|
|
|
|
status = "disabled";
|
|
|
|
};
|