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:
parent
88d8003109
commit
cc837284fd
1 changed files with 30 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue