Skip to content

Commit

Permalink
dts: common: nordic: Add clock for timer12x
Browse files Browse the repository at this point in the history
Add clock source for timer120 and timer121 nodes

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and kartben committed Jan 8, 2025
1 parent 5acf8a2 commit fd194c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
max-bit-width = <32>;
max-frequency = <DT_FREQ_M(320)>;
clocks = <&hsfll120>;
prescaler = <0>;
};

Expand All @@ -639,6 +640,7 @@
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
max-bit-width = <32>;
max-frequency = <DT_FREQ_M(320)>;
clocks = <&hsfll120>;
prescaler = <0>;
};

Expand Down

0 comments on commit fd194c1

Please sign in to comment.