Commit 8a82b078 authored by Håkon Amundsen's avatar Håkon Amundsen Committed by Alberto Escolar
Browse files

boards: nrf54h20: increase size of cpuapp and cpurad partitions



This is possible due to the memory map changes introduced in
26603cef

Signed-off-by: default avatarHåkon Amundsen <haakon.amundsen@nordicsemi.no>
parent 71fe68ca
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -185,8 +185,8 @@
		#address-cells = <1>;
		#size-cells = <1>;

		cpurad_slot0_partition: partition@66000 {
			reg = <0x66000 DT_SIZE_K(256)>;
		cpurad_slot0_partition: partition@54000 {
			reg = <0x54000 DT_SIZE_K(256)>;
		};
	};

@@ -197,8 +197,8 @@
		#address-cells = <1>;
		#size-cells = <1>;

		cpuapp_slot0_partition: partition@a6000 {
			reg = <0xa6000 DT_SIZE_K(248)>;
		cpuapp_slot0_partition: partition@94000 {
			reg = <0x94000 DT_SIZE_K(320)>;
		};

		cpuppr_code_partition: partition@e4000 {
@@ -222,7 +222,7 @@
		};

		storage_partition: partition@1e3000 {
			reg = < 0x1e3000 DT_SIZE_K(24) >;
			reg = < 0x1e3000 DT_SIZE_K(40) >;
		};
	};
};