Skip to content

Commit 4a99ee9

Browse files
[nrf fromlist] dts: common: nordic: Add clock property for fast PWM120
Added hsfll120 clock for fast PWM120 nodes. Upstream PR #: 80672 Signed-off-by: Michał Stasiak <[email protected]>
1 parent 25f14b4 commit 4a99ee9

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
@@ -622,6 +622,8 @@
622622
reg = <0x8e4000 0x1000>;
623623
status = "disabled";
624624
interrupts = <228 NRF_DEFAULT_IRQ_PRIORITY>;
625+
clocks = <&hsfll120>;
626+
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
625627
#pwm-cells = <3>;
626628
};
627629

0 commit comments

Comments
 (0)