1/*
2 * Copyright 2022-2023 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@30000000 {
13			ranges = <0x20000000 0x30000000 0x130000
14				  0x00000000 0x10000000 0x130000>;
15		};
16
17		peripheral: peripheral@50000000 {
18			ranges = <0x0 0x50000000 0x10000000>;
19		};
20	};
21};
22
23#include "nxp_rw6xx_common.dtsi"
24