Skip to content

Commit fbb9b03

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 572a564 commit fbb9b03

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
@@ -655,6 +655,7 @@
655655
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
656656
easydma-maxcnt-bits = <15>;
657657
interrupts = <230 NRF_DEFAULT_IRQ_PRIORITY>;
658+
clocks = <&hsfll120>;
658659
max-frequency = <DT_FREQ_M(32)>;
659660
#address-cells = <1>;
660661
#size-cells = <0>;
@@ -681,6 +682,7 @@
681682
status = "disabled";
682683
easydma-maxcnt-bits = <15>;
683684
interrupts = <231 NRF_DEFAULT_IRQ_PRIORITY>;
685+
clocks = <&hsfll120>;
684686
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
685687
max-frequency = <DT_FREQ_M(32)>;
686688
#address-cells = <1>;

0 commit comments

Comments
 (0)