#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

config SUIT_MEMORY_LAYOUT_EXTMEM_ADDRESS_RANGE_START
	hex
	default 0x60000000 if SOC_SERIES_NRF54HX
	default 0x12000000 if SOC_NRF52840
	default 0x0 if BOARD_NATIVE_POSIX
	help
	  Start address of the extended memory range.
	  This value is SOC specific and is not meant to be changed.

config SUIT_MEMORY_LAYOUT_EXTMEM_ADDRESS_RANGE_SIZE
	hex
	default 0x40000000 if SOC_SERIES_NRF54HX
	default 0x8000000 if SOC_NRF52840
	default 0x0 if BOARD_NATIVE_POSIX
	help
	  Size of the extended memory range.
	  This value is SOC specific and is not meant to be changed.
