1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <arm/armv8-m.dtsi>
9
10/ {
11	soc {
12		sram: sram@4000000 {
13			ranges = <0x4000000 0x4000000 0x20000000>;
14		};
15
16		peripheral: peripheral@40000000 {
17			ranges = <0x0 0x40000000 0x10000000>;
18		};
19
20		flexspi: spi@400c8000 {
21			reg = <0x400c8000 0x1000>, <0x80000000 DT_SIZE_M(8)>;
22		};
23	};
24};
25
26#include "nxp_mcxn94x_common.dtsi"
27