Skip to content

Commit 58ff601

Browse files
committed
[nrf fromlist] dts: common: nordic: Add clock for timer12x
Add clock source for timer120 and timer121 nodes Upstream PR #: 82103 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent a1ae712 commit 58ff601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@
623623
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
624624
max-bit-width = <32>;
625625
max-frequency = <DT_FREQ_M(320)>;
626+
clocks = <&hsfll120>;
626627
prescaler = <0>;
627628
};
628629

@@ -635,6 +636,7 @@
635636
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
636637
max-bit-width = <32>;
637638
max-frequency = <DT_FREQ_M(320)>;
639+
clocks = <&hsfll120>;
638640
prescaler = <0>;
639641
};
640642

0 commit comments

Comments
 (0)