Skip to content

Commit

Permalink
dts: bindings: nordic,nrf-can: require clock-names
Browse files Browse the repository at this point in the history
Specify two source clocks: AUXPLL and HSFLL.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and kartben committed Jan 9, 2025
1 parent 332a335 commit b56c61a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions dts/bindings/can/nordic,nrf-can.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ properties:
clocks:
required: true

clock-names:
required: true

pinctrl-0:
required: true

Expand Down
3 changes: 2 additions & 1 deletion dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
reg-names = "wrapper", "m_can", "message_ram";
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
clocks = <&canpll>;
clocks = <&canpll>, <&hsfll120>;
clock-names = "auxpll", "hsfll";
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
status = "disabled";
Expand Down
6 changes: 4 additions & 2 deletions dts/common/nordic/nrf9280.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@
reg = <0x8d8000 0x400>, <0x2fbef800 0x800>, <0x2fbe8000 0x7800>;
reg-names = "wrapper", "m_can", "message_ram";
interrupts = <216 NRF_DEFAULT_IRQ_PRIORITY>;
clocks = <&canpll>;
clocks = <&canpll>, <&hsfll120>;
clock-names = "auxpll", "hsfll";
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
status = "disabled";
};
Expand All @@ -460,7 +461,8 @@
reg = <0x8db000 0x400>, <0x2fbf7800 0x800>, <0x2fbf0000 0x7800>;
reg-names = "wrapper", "m_can", "message_ram";
interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>;
clocks = <&canpll>;
clocks = <&canpll>, <&hsfll120>;
clock-names = "auxpll", "hsfll";
bosch,mram-cfg = <0x0 28 8 3 3 0 1 1>;
status = "disabled";
};
Expand Down

0 comments on commit b56c61a

Please sign in to comment.