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:
parent
56e38ee034
commit
9600fc523c
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue