blob: 410c4f7934ed422fce08c5aac142781b1bd61853 [file] [log] [blame]
/*
* Copyright (c) 2021 Thomas Stranger
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
watchdog0 = &wwdg;
};
};
&rcc {
apb1-prescaler = <4>;
};
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};