File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ properties:
17
17
clocks :
18
18
required : true
19
19
20
+ clock-names :
21
+ required : true
22
+
20
23
pinctrl-0 :
21
24
required : true
22
25
Original file line number Diff line number Diff line change 605
605
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
606
606
reg-names = "wrapper", "m_can", "message_ram";
607
607
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
608
- clocks = <&canpll>;
608
+ clocks = <&canpll>, <&hsfll120>;
609
+ clock-names = "auxpll", "hsfll";
609
610
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
610
611
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
611
612
status = "disabled";
Original file line number Diff line number Diff line change 450
450
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
451
451
reg-names = "wrapper", "m_can", "message_ram";
452
452
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
453
- clocks = <&canpll>;
453
+ clocks = <&canpll>, <&hsfll120>;
454
+ clock-names = "auxpll", "hsfll";
454
455
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
455
456
status = "disabled";
456
457
};
460
461
reg = <0x8db000 0x400>, <0x2fbf7800 0x800>, <0x2fbf0000 0x7800>;
461
462
reg-names = "wrapper", "m_can", "message_ram";
462
463
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
463
- clocks = <&canpll>;
464
+ clocks = <&canpll>, <&hsfll120>;
465
+ clock-names = "auxpll", "hsfll";
464
466
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
465
467
status = "disabled";
466
468
};
You can’t perform that action at this time.
0 commit comments