boards: st: stm32n6570_dk: Add IC17/IC18 settings for DCMIPP/CSI

Add configuration of the IC17 and IC18 clock dividers, used
by the dcmipp and csi IPs in the stm32n6.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
This commit is contained in:
Alain Volmat 2025-04-08 10:25:41 +02:00 committed by Benjamin Cabé
commit 9600fc523c

View file

@ -160,6 +160,18 @@
status = "okay";
};
&ic17 {
pll-src = <1>;
ic-div = <4>;
status = "okay";
};
&ic18 {
pll-src = <1>;
ic-div = <60>;
status = "okay";
};
&perck {
clocks = <&rcc STM32_SRC_HSI PER_SEL(0)>;
status = "okay";