From 9b6a87d8b08dd4d5f32c48f4bd7997d2a57ae8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Wed, 6 Mar 2024 12:31:23 +0100 Subject: [PATCH] [nrf fromlist] dts: nordic: Add missing ECB020 node in nRF54H20 EngA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a follow-up to commit 4db40601dd7f0b98a48f3e6072bf44643a4ea3db. There are two ECB instances in nRF54H20 and the above commit added only one of them. Signed-off-by: Andrzej Głąbek (cherry picked from commit d7c2c5e723f1b86f1824fdc83eacfc779202e04d) Upstream PR: https://github.com/zephyrproject-rtos/zephyr/pull/69811 --- dts/common/nordic/nrf54h20_enga.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dts/common/nordic/nrf54h20_enga.dtsi b/dts/common/nordic/nrf54h20_enga.dtsi index 47aba0df253..8552b9534eb 100644 --- a/dts/common/nordic/nrf54h20_enga.dtsi +++ b/dts/common/nordic/nrf54h20_enga.dtsi @@ -210,6 +210,13 @@ interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>; }; + ecb020: ecb@27000 { + compatible = "nordic,nrf-ecb"; + reg = <0x27000 0x1000>; + status = "disabled"; + interrupts = <39 NRF_DEFAULT_IRQ_PRIORITY>; + }; + timer020: timer@28000 { compatible = "nordic,nrf-timer"; reg = <0x28000 0x1000>;