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

dts: arm: st: add pllsai2 node for stm32l4 series 7 and upper



Add a disabled node describing the PLLSAI2 pll available from
stm32l47* and upper.

Signed-off-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
parent b6bc2e22
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,14 @@
#include <st/l4/stm32l4.dtsi>

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

	soc {
		compatible = "st,stm32l471", "st,stm32l4", "simple-bus";

+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,12 @@
			clock-frequency = <DT_FREQ_M(48)>;
			status = "disabled";
		};

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

	soc {