Skip to content

Commit b6bc2e2

Browse files
Alain Volmatkartben
authored andcommitted
dts: arm: st: add pllsai1 node into stm32l4.dtsi
Add a disabled node describing the PLLSAI1 pll within the stm32l4. Signed-off-by: Alain Volmat <[email protected]>
1 parent 7d447a1 commit b6bc2e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/l4/stm32l4.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
104104
compatible = "st,stm32l4-pll-clock";
105105
status = "disabled";
106106
};
107+
108+
pllsai1: pllsai1 {
109+
#clock-cells = <0>;
110+
compatible = "st,stm32l4-pllsai-clock";
111+
status = "disabled";
112+
};
107113
};
108114

109115
mcos {

0 commit comments

Comments
 (0)