1/*
2 * Copyright 2023-2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&stcm {
8	ranges = <0x0 0x30000000 DT_SIZE_K(112)>;
9
10	stcm1: system_memory@1a000 {
11		compatible = "zephyr,memory-region","mmio-sram";
12		reg = <0x1a000 DT_SIZE_K(4)>;
13		zephyr,memory-region = "RetainedMem";
14	};
15};
16
17&stcm0 {
18	/* With only the first 64KB having ECC */
19	reg = <0x0 DT_SIZE_K(108)>;
20};
21