Skip to content

Commit 58eecb8

Browse files
FRASTMkartben
authored andcommitted
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>
1 parent 39f2950 commit 58eecb8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

boards/96boards/argonkey/96b_argonkey.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@
7171
div-m = <8>;
7272
mul-n = <192>;
7373
div-r = <3>;
74-
status = "okay";
74+
div-q = <4>;
75+
clocks = <&clk_hse>;
76+
status = "okay"; /* 48MHz on PLLI2SQ */
7577
};
7678

7779
&rcc {

boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@
7575
div-m = <8>;
7676
mul-n = <192>;
7777
div-r = <3>;
78-
status = "okay";
78+
div-q = <4>;
79+
clocks = <&clk_hse>;
80+
status = "okay"; /* 48MHz on PLLI2SQ */
7981
};
8082

8183
&rcc {

0 commit comments

Comments
 (0)