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>
This commit is contained in:
Alain Volmat 2025-05-04 12:13:16 +02:00 committed by Fabio Baltieri
commit cc837284fd

View file

@ -27,6 +27,18 @@
};
};
mcos {
mco1: mco1 {
compatible = "st,stm32-clock-mco";
status = "disabled";
};
mco2: mco2 {
compatible = "st,stm32-clock-mco";
status = "disabled";
};
};
soc {
interrupt-parent = <&gic>;
@ -278,6 +290,24 @@
compatible = "st,stm32mp13-pll-clock";
status = "disabled";
};
pll2: pll2 {
#clock-cells = <0>;
compatible = "st,stm32mp13-pll-clock";
status = "disabled";
};
pll3: pll3 {
#clock-cells = <0>;
compatible = "st,stm32mp13-pll-clock";
status = "disabled";
};
pll4: pll4 {
#clock-cells = <0>;
compatible = "st,stm32mp13-pll-clock";
status = "disabled";
};
};
timer {