Skip to content

Commit 5e214e1

Browse files
author
Alain Volmat
committed
dts: arm: st: f4: add pllsai entry for the stm32f4 series.
Not all STM32F4 embeds a PLLSAI hence this is added in stm32f427.dtsi and stm32f446.dtsi. Signed-off-by: Alain Volmat <[email protected]>
1 parent dfbfd0c commit 5e214e1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

dts/arm/st/f4/stm32f427.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
#include <zephyr/dt-bindings/memory-controller/stm32-fmc-sdram.h>
1010

1111
/ {
12+
clocks {
13+
pllsai: pllsai {
14+
compatible = "st,stm32fx-pllsai-clock";
15+
#clock-cells = <0>;
16+
status = "disabled";
17+
};
18+
};
19+
1220
soc {
1321
compatible = "st,stm32f427", "st,stm32f4", "simple-bus";
1422

dts/arm/st/f4/stm32f446.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
plli2s: plli2s {
1414
compatible = "st,stm32f411-plli2s-clock";
1515
};
16+
17+
pllsai: pllsai {
18+
compatible = "st,stm32fx-pllsai-clock";
19+
#clock-cells = <0>;
20+
status = "disabled";
21+
};
1622
};
1723

1824
soc {

0 commit comments

Comments
 (0)