Skip to content

Commit 0dc1436

Browse files
FRASTMkartben
authored andcommitted
boards: shields: nucleo shield with stm32f411 plli2s compatible
Completes the PLLi2S configuration for this board based on stm32f411 with a PLLI2S compatible = "st,stm32f411-plli2s-clock"; Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent 58eecb8 commit 0dc1436

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/shields/x_nucleo_iks02a1/boards/nucleo_f411re.overlay

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
*/
66

77
&plli2s {
8+
div-m = <8>;
89
mul-n = <192>;
910
div-r = <3>;
10-
status = "okay";
11+
div-q = <4>;
12+
clocks = <&clk_hse>;
13+
status = "okay"; /* 48MHz on PLLI2SQ */
1114
};
1215

1316
&dma2 {

0 commit comments

Comments
 (0)