boards: 96b boards: based on stm32f446 or stm32f412 with plli2s compatible

Completes the PLLi2S configuration for those boards based on stm32f4
with a PLLI2S compatible = "st,stm32f411-plli2s-clock";

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-12-19 17:38:00 +01:00 committed by Benjamin Cabé
parent 39f2950d06
commit 58eecb8176
2 changed files with 6 additions and 2 deletions

View file

@ -71,7 +71,9 @@
div-m = <8>;
mul-n = <192>;
div-r = <3>;
status = "okay";
div-q = <4>;
clocks = <&clk_hse>;
status = "okay"; /* 48MHz on PLLI2SQ */
};
&rcc {

View file

@ -75,7 +75,9 @@
div-m = <8>;
mul-n = <192>;
div-r = <3>;
status = "okay";
div-q = <4>;
clocks = <&clk_hse>;
status = "okay"; /* 48MHz on PLLI2SQ */
};
&rcc {