blob: 6372fdaf390453b59a9323c9e9f2840c5582ee33 [file] [log] [blame]
/*
* Copyright (c) 2022 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_msi {
status = "okay";
msi-range = <6>;
};
&rcc {
clocks = <&clk_msi>;
clock-frequency = <4194304>;
};