Skip to content

Commit dfbfd0c

Browse files
author
Alain Volmat
committed
dts: arm: st: f7: add pllsai entry in stm32f7.dtsi
Add description of the pllsai PLL found on the stm32f7 series. Signed-off-by: Alain Volmat <[email protected]>
1 parent 1c47574 commit dfbfd0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/f7/stm32f7.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
compatible = "st,stm32f7-pll-clock";
8787
status = "disabled";
8888
};
89+
90+
pllsai: pllsai {
91+
compatible = "st,stm32fx-pllsai-clock";
92+
#clock-cells = <0>;
93+
status = "disabled";
94+
};
8995
};
9096

9197
mcos {

0 commit comments

Comments
 (0)