Skip to content

Commit b56c61a

Browse files
gmarullkartben
authored andcommitted
dts: bindings: nordic,nrf-can: require clock-names
Specify two source clocks: AUXPLL and HSFLL. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 332a335 commit b56c61a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

dts/bindings/can/nordic,nrf-can.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ properties:
1717
clocks:
1818
required: true
1919

20+
clock-names:
21+
required: true
22+
2023
pinctrl-0:
2124
required: true
2225

dts/common/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,8 @@
605605
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
606606
reg-names = "wrapper", "m_can", "message_ram";
607607
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
608-
clocks = <&canpll>;
608+
clocks = <&canpll>, <&hsfll120>;
609+
clock-names = "auxpll", "hsfll";
609610
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
610611
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
611612
status = "disabled";

dts/common/nordic/nrf9280.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@
450450
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
451451
reg-names = "wrapper", "m_can", "message_ram";
452452
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
453-
clocks = <&canpll>;
453+
clocks = <&canpll>, <&hsfll120>;
454+
clock-names = "auxpll", "hsfll";
454455
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
455456
status = "disabled";
456457
};
@@ -460,7 +461,8 @@
460461
reg = <0x8db000 0x400>, <0x2fbf7800 0x800>, <0x2fbf0000 0x7800>;
461462
reg-names = "wrapper", "m_can", "message_ram";
462463
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
463-
clocks = <&canpll>;
464+
clocks = <&canpll>, <&hsfll120>;
465+
clock-names = "auxpll", "hsfll";
464466
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
465467
status = "disabled";
466468
};

0 commit comments

Comments
 (0)