Skip to content

Commit d9a916d

Browse files
Alain Volmatkartben
authored andcommitted
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: Alain Volmat <[email protected]>
1 parent b6bc2e2 commit d9a916d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

dts/arm/st/l4/stm32l471.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
#include <st/l4/stm32l4.dtsi>
88

99
/ {
10+
clocks {
11+
pllsai2: pllsai2 {
12+
#clock-cells = <0>;
13+
compatible = "st,stm32l4-pllsai-clock";
14+
status = "disabled";
15+
};
16+
};
17+
1018
soc {
1119
compatible = "st,stm32l471", "st,stm32l4", "simple-bus";
1220

dts/arm/st/l4/stm32l4p5.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
clock-frequency = <DT_FREQ_M(48)>;
3131
status = "disabled";
3232
};
33+
34+
pllsai2: pllsai2 {
35+
#clock-cells = <0>;
36+
compatible = "st,stm32l4-pllsai-clock";
37+
status = "disabled";
38+
};
3339
};
3440

3541
soc {

0 commit comments

Comments
 (0)