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 16, 2024
1 parent f8aaa04 commit d916eea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,18 @@
reg = <0x136000 DT_SIZE_K(24)>;
};
};

cpusec_rw_partitions: cpusec-rw-partitions {
compatible = "nordic,owned-partitions", "fixed-partitions";
status = "disabled";
perm-read;
perm-write;
perm-secure;
#address-cells = <1>;
#size-cells = <1>;

suit_storage_partition: partition@1eb000 {
reg = <0x1eb000 DT_SIZE_K(24)>;
};
};
};

0 comments on commit d916eea

Please sign in to comment.