Skip to content

Commit f14bf69

Browse files
committed
[nrf fromlist] dts: nrf54h20: Add clocks property in fast SPIM nodes
Fast SPIM instances in nRF54H20 (SPIM120 and SPIM121) are driven by the global HSFLL (HSFLL120). Add `clocks` property in these nodes to reflect this. Upstream PR #: 82994 Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 29fb32c commit f14bf69

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
@@ -657,6 +657,7 @@
657657
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
658658
easydma-maxcnt-bits = <15>;
659659
interrupts = <230 NRF_DEFAULT_IRQ_PRIORITY>;
660+
clocks = <&hsfll120>;
660661
max-frequency = <DT_FREQ_M(32)>;
661662
#address-cells = <1>;
662663
#size-cells = <0>;
@@ -683,6 +684,7 @@
683684
status = "disabled";
684685
easydma-maxcnt-bits = <15>;
685686
interrupts = <231 NRF_DEFAULT_IRQ_PRIORITY>;
687+
clocks = <&hsfll120>;
686688
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
687689
max-frequency = <DT_FREQ_M(32)>;
688690
#address-cells = <1>;

0 commit comments

Comments
 (0)