blob: f93a13052fc43aac8b79e46e9472fc352a949c7b [file] [log] [blame]
/*
* Copyright (c) 2021 Linaro Limited
*
* 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_csi {
status = "okay"; /* CSI RC: 4MHz */
};
&pll {
div-m = <1>;
mul-n = <48>;
div-p = <2>;
div-q = <4>;
div-r = <2>;
clocks = <&clk_csi>;
status = "okay";
};
&rcc {
clocks = <&pll>;
clock-frequency = <DT_FREQ_M(96)>;
d1cpre = <1>;
hpre = <1>;
d1ppre = <1>;
d2ppre1 = <1>;
d2ppre2 = <1>;
d3ppre = <1>;
};