blob: 6551e9fe029d255326598eee9200013d0231867a [file] [log] [blame]
/*
* Copyright (c) 2021 Thomas Stranger
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
watchdog0 = &wwdg;
};
};
&rcc {
d2ppre1 = <16>;
};
&wwdg {
status = "okay";
};
&iwdg {
status = "disabled";
};