From b7c85588b16c5726dd8dd24d0fc7bcf1030a326f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Sat, 14 Dec 2024 15:30:27 +0100 Subject: [PATCH] dts: nrf54h20: Add clocks property in fast SPIM nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dts/common/nordic/nrf54h20.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dts/common/nordic/nrf54h20.dtsi b/dts/common/nordic/nrf54h20.dtsi index 0904fb70c2c3ef..ee8750d105ad8c 100644 --- a/dts/common/nordic/nrf54h20.dtsi +++ b/dts/common/nordic/nrf54h20.dtsi @@ -656,6 +656,7 @@ power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>; easydma-maxcnt-bits = <15>; interrupts = <230 NRF_DEFAULT_IRQ_PRIORITY>; + clocks = <&hsfll120>; max-frequency = ; #address-cells = <1>; #size-cells = <0>; @@ -682,6 +683,7 @@ status = "disabled"; easydma-maxcnt-bits = <15>; interrupts = <231 NRF_DEFAULT_IRQ_PRIORITY>; + clocks = <&hsfll120>; power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>; max-frequency = ; #address-cells = <1>;