Commit 26603cef authored by Håkon Amundsen's avatar Håkon Amundsen Committed by Carles Cufi
Browse files

dts: update memory map and remove ext-uicr



Extended UICR will not be used as its configurations will be merged
with the UICR registers in NVR.

Memory maps changes are needed to align with pre compiled
firmware.

Signed-off-by: default avatarHåkon Amundsen <haakon.amundsen@nordicsemi.no>
Signed-off-by: default avatarJonathan Nilsen <jonathan.nilsen@nordicsemi.no>
parent d73fda80
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/delete-node/ &suit_storage_partition;

/ {
	reserved-memory {
		suit_storage_partition: memory@e1eb000 {
			reg = <0xe1eb000 DT_SIZE_K(24)>;
		};
	};
};
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include "nrf54h20dk_nrf54h20_0_8_0.dtsi"
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include "nrf54h20dk_nrf54h20_0_8_0.dtsi"
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include "nrf54h20dk_nrf54h20_0_8_0.dtsi"
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include "nrf54h20dk_nrf54h20_0_8_0.dtsi"
Loading