Commit 7324eea7 authored by Jonathan Nilsen's avatar Jonathan Nilsen Committed by Fabio Baltieri
Browse files

boards: nordic: update nrf54h20dk memory map



Update memory map to be compatible with latest IronSide.

180kB MRAM is reserved.

Co-authored-by: default avatarHåkon Amundsen <haakon.amundsen@nordicsemi.no>
Signed-off-by: default avatarHåkon Amundsen <haakon.amundsen@nordicsemi.no>
Signed-off-by: default avatarJonathan Nilsen <jonathan.nilsen@nordicsemi.no>
parent 835649ac
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -200,16 +200,16 @@
		#address-cells = <1>;
		#size-cells = <1>;

		cpuapp_boot_partition: partition@2c000 {
			reg = <0x2c000 DT_SIZE_K(64)>;
		cpuapp_boot_partition: partition@30000 {
			reg = <0x30000 DT_SIZE_K(64)>;
		};

		cpuapp_slot0_partition: partition@3c000 {
			reg = <0x3c000 DT_SIZE_K(336)>;
		cpuapp_slot0_partition: partition@40000 {
			reg = <0x40000 DT_SIZE_K(328)>;
		};

		cpurad_slot0_partition: partition@90000 {
			reg = <0x90000 DT_SIZE_K(336)>;
		cpurad_slot0_partition: partition@92000 {
			reg = <0x92000 DT_SIZE_K(328)>;
		};

		cpuppr_code_partition: partition@e4000 {
@@ -221,15 +221,15 @@
		};

		cpuapp_slot1_partition: partition@100000 {
			reg = <0x100000 DT_SIZE_K(336)>;
			reg = <0x100000 DT_SIZE_K(328)>;
		};

		cpurad_slot1_partition: partition@154000 {
			reg = <0x154000 DT_SIZE_K(336)>;
		cpurad_slot1_partition: partition@152000 {
			reg = <0x152000 DT_SIZE_K(328)>;
		};

		storage_partition: partition@1a8000 {
			reg = <0x1a8000 DT_SIZE_K(40)>;
		storage_partition: partition@1a4000 {
			reg = <0x1a4000 DT_SIZE_K(40)>;
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ toolchain:
  - zephyr
sysbuild: true
ram: 256
flash: 296
flash: 392
supported:
  - adc
  - can
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ toolchain:
  - zephyr
sysbuild: true
ram: 192
flash: 256
flash: 328
supported:
  - counter
  - gpio