Skip to content

Commit

Permalink
[nrf fromlist] boards: nrf54h20dk: Add SUIT storage definition
Browse files Browse the repository at this point in the history
Upstream PR: zephyrproject-rtos/zephyr#72810

Add a definition of SUIT storage, so there will be a common source of
the SUIT storage location for both SDFW and scripts generating SUIT
storage areas, assigned to local domains.

Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
  • Loading branch information
tomchy authored and nordicjm committed May 23, 2024
1 parent ebd324c commit 41095df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
#address-cells = <1>;
#size-cells = <1>;

suit_storage_partition: memory@e1eb000 {
reg = <0xe1eb000 DT_SIZE_K(24)>;
};

cpurad_uicr_ext: memory@e1ff000 {
reg = <0xe1ff000 DT_SIZE_K(2)>;
};
Expand Down

0 comments on commit 41095df

Please sign in to comment.