Skip to content

Commit 71331a1

Browse files
author
Alain Volmat
committed
dts: arm: st: add MCOs and PLL2 to PLL4 in stm32mp13.dtsi
The stm32mp13 has 2 MCOs and 4 PLLs available. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 7c676d1 commit 71331a1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

dts/arm/st/mp13/stm32mp13.dtsi

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@
2727
};
2828
};
2929

30+
mcos {
31+
mco1: mco1 {
32+
compatible = "st,stm32-clock-mco";
33+
status = "disabled";
34+
};
35+
36+
mco2: mco2 {
37+
compatible = "st,stm32-clock-mco";
38+
status = "disabled";
39+
};
40+
};
41+
3042
soc {
3143
interrupt-parent = <&gic>;
3244

@@ -278,6 +290,24 @@
278290
compatible = "st,stm32mp13-pll-clock";
279291
status = "disabled";
280292
};
293+
294+
pll2: pll2 {
295+
#clock-cells = <0>;
296+
compatible = "st,stm32mp13-pll-clock";
297+
status = "disabled";
298+
};
299+
300+
pll3: pll3 {
301+
#clock-cells = <0>;
302+
compatible = "st,stm32mp13-pll-clock";
303+
status = "disabled";
304+
};
305+
306+
pll4: pll4 {
307+
#clock-cells = <0>;
308+
compatible = "st,stm32mp13-pll-clock";
309+
status = "disabled";
310+
};
281311
};
282312

283313
timer {

0 commit comments

Comments
 (0)