Skip to content

Commit 9b6a87d

Browse files
anangljfischer-no
authored andcommitted
[nrf fromlist] dts: nordic: Add missing ECB020 node in nRF54H20 EngA
This is a follow-up to commit 4db4060. There are two ECB instances in nRF54H20 and the above commit added only one of them. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit d7c2c5e723f1b86f1824fdc83eacfc779202e04d) Upstream PR: zephyrproject-rtos/zephyr#69811
1 parent cbe75dd commit 9b6a87d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/common/nordic/nrf54h20_enga.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@
210210
interrupts = <37 NRF_DEFAULT_IRQ_PRIORITY>;
211211
};
212212

213+
ecb020: ecb@27000 {
214+
compatible = "nordic,nrf-ecb";
215+
reg = <0x27000 0x1000>;
216+
status = "disabled";
217+
interrupts = <39 NRF_DEFAULT_IRQ_PRIORITY>;
218+
};
219+
213220
timer020: timer@28000 {
214221
compatible = "nordic,nrf-timer";
215222
reg = <0x28000 0x1000>;

0 commit comments

Comments
 (0)