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 27
27
};
28
28
};
29
29
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
+
30
42
soc {
31
43
interrupt-parent = <&gic>;
32
44
278
290
compatible = "st,stm32mp13-pll-clock";
279
291
status = "disabled";
280
292
};
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
+ };
281
311
};
282
312
283
313
timer {
You can’t perform that action at this time.
0 commit comments