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:
parent
39f2950d06
commit
58eecb8176
2 changed files with 6 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue