Skip to content

Commit 9695437

Browse files
committed
dts: common: nordic: Add clock for timer12x
Add clock source for timer120 and timer121 nodes Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent cc042a6 commit 9695437

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
@@ -627,6 +627,7 @@
627627
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
628628
max-bit-width = <32>;
629629
max-frequency = <DT_FREQ_M(320)>;
630+
clocks = <&hsfll120>;
630631
prescaler = <0>;
631632
};
632633

@@ -639,6 +640,7 @@
639640
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
640641
max-bit-width = <32>;
641642
max-frequency = <DT_FREQ_M(320)>;
643+
clocks = <&hsfll120>;
642644
prescaler = <0>;
643645
};
644646

0 commit comments

Comments
 (0)