Commit b6bc2e22 authored by Alain Volmat's avatar Alain Volmat Committed by Benjamin Cabé
Browse files

dts: arm: st: add pllsai1 node into stm32l4.dtsi



Add a disabled node describing the PLLSAI1 pll within the stm32l4.

Signed-off-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
parent 7d447a1d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -104,6 +104,12 @@
			compatible = "st,stm32l4-pll-clock";
			status = "disabled";
		};

		pllsai1: pllsai1 {
			#clock-cells = <0>;
			compatible = "st,stm32l4-pllsai-clock";
			status = "disabled";
		};
	};

	mcos {