File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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
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 {
You can’t perform that action at this time.
0 commit comments