Skip to content

Commit

Permalink
dts: nordic: nrf54h20: add ccm030
Browse files Browse the repository at this point in the history
Add node for CCM030 instance (AES CCM mode encryption).

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Apr 5, 2024
1 parent a1ea9b7 commit 17ed60f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,13 @@
};
};

ccm030: ccm@3a000 {
compatible = "nordic,nrf-ccm";
reg = <0x3a000 0x1000>;
interrupts = <58 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
};

ecb030: ecb@3b000 {
compatible = "nordic,nrf-ecb";
reg = <0x3b000 0x1000>;
Expand Down

0 comments on commit 17ed60f

Please sign in to comment.