Skip to content

Commit 437d853

Browse files
author
Alain Volmat
committed
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>
1 parent 94cfcbf commit 437d853

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,18 @@
160160
status = "okay";
161161
};
162162

163+
&ic17 {
164+
pll-src = <1>;
165+
ic-div = <4>;
166+
status = "okay";
167+
};
168+
169+
&ic18 {
170+
pll-src = <1>;
171+
ic-div = <60>;
172+
status = "okay";
173+
};
174+
163175
&perck {
164176
clocks = <&rcc STM32_SRC_HSI PER_SEL(0)>;
165177
status = "okay";

0 commit comments

Comments
 (0)