blob: 67d9807cb07d67d8eba94ff4f53918b27e8b9f3c [file] [log] [blame]
/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
&rcc {
/* Reduce APB1 speed to achieve test window timings */
apb1-prescaler = <16>;
};
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};