Commit 0dc14369 authored by Francois Ramu's avatar Francois Ramu Committed by Benjamin Cabé
Browse files

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: default avatarFrancois Ramu <francois.ramu@st.com>
parent 58eecb81
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5,9 +5,12 @@
 */

&plli2s {
	div-m = <8>;
	mul-n = <192>;
	div-r = <3>;
	status = "okay";
	div-q = <4>;
	clocks = <&clk_hse>;
	status = "okay"; /* 48MHz on PLLI2SQ */
};

&dma2 {