blob: 203e29863ad5843e581964336bfe30a85b725361 [file] [log] [blame]
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Warning: This overlay performs configuration from clean sheet.
* It is assumed that it is applied after clear_clocks.overlay file.
*/
&clk_hse {
status = "okay";
hse-div2;
};
&rcc {
clocks = <&clk_hse>;
clock-frequency = <DT_FREQ_M(16)>;
ahb-prescaler = <1>;
apb1-prescaler = <1>;
apb2-prescaler = <1>;
apb7-prescaler = <1>;
};