1/*
2 * SPDX-License-Identifier: Apache-2.0
3 *
4 * Copyright (c) 2020 Linumiz
5 */
6MEMORY
7{
8	SRAM_NC (wx) : ORIGIN = CONFIG_SRAM_NC_BASE_ADDRESS, LENGTH = CONFIG_SRAM_NC_SIZE * 1024
9}
10#include <zephyr/arch/arm/cortex_m/scripts/linker.ld>
11