Skip to content

Commit 16b49e2

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 c60c99e commit 16b49e2

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
@@ -137,6 +137,18 @@
137137
status = "okay";
138138
};
139139

140+
&ic17 {
141+
pll-src = <1>;
142+
ic-div = <4>;
143+
status = "okay";
144+
};
145+
146+
&ic18 {
147+
pll-src = <1>;
148+
ic-div = <60>;
149+
status = "okay";
150+
};
151+
140152
&perck {
141153
clocks = <&rcc STM32_SRC_HSI PER_SEL(0)>;
142154
status = "okay";

0 commit comments

Comments
 (0)