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 <[email protected]>
  • Loading branch information
tomchy committed May 22, 2024
1 parent 1ae4f36 commit c2d2300
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 @@ -85,6 +85,10 @@
cpuapp_uicr_ext: memory@e1ff800 {
reg = <0xe1ff800 DT_SIZE_K(2)>;
};

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

clocks {
Expand Down

0 comments on commit c2d2300

Please sign in to comment.