From cc837284fd6397b864cacfe14a60fe87faf962a0 Mon Sep 17 00:00:00 2001 From: Alain Volmat Date: Sun, 4 May 2025 12:13:16 +0200 Subject: [PATCH] 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 --- dts/arm/st/mp13/stm32mp13.dtsi | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dts/arm/st/mp13/stm32mp13.dtsi b/dts/arm/st/mp13/stm32mp13.dtsi index 4955d034cf4..b7006237231 100644 --- a/dts/arm/st/mp13/stm32mp13.dtsi +++ b/dts/arm/st/mp13/stm32mp13.dtsi @@ -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 {