Commit 7d23bd28 authored by Tomasz Chyrowicz's avatar Tomasz Chyrowicz Committed by Anas Nashif
Browse files

boards: nrf54h20dk: Add SUIT storage definition



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: default avatarTomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
parent e993e994
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -74,6 +74,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)>;
		};