Skip to content

Commit b7c8558

Browse files
ananglkartben
authored andcommitted
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. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
1 parent c8fff0c commit b7c8558

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
@@ -656,6 +656,7 @@
656656
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
657657
easydma-maxcnt-bits = <15>;
658658
interrupts = <230 NRF_DEFAULT_IRQ_PRIORITY>;
659+
clocks = <&hsfll120>;
659660
max-frequency = <DT_FREQ_M(32)>;
660661
#address-cells = <1>;
661662
#size-cells = <0>;
@@ -682,6 +683,7 @@
682683
status = "disabled";
683684
easydma-maxcnt-bits = <15>;
684685
interrupts = <231 NRF_DEFAULT_IRQ_PRIORITY>;
686+
clocks = <&hsfll120>;
685687
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
686688
max-frequency = <DT_FREQ_M(32)>;
687689
#address-cells = <1>;

0 commit comments

Comments
 (0)