1/*
2 * Copyright (c) 2019, NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	soc {
9		sram: sram@4000000 {
10			ranges = <0x4000000 0x4000000 0x20000000>;
11		};
12
13		peripheral: peripheral@40000000 {
14			ranges = <0x0 0x40000000 0x10000000>;
15		};
16	};
17};
18
19#include "nxp_lpc55S6x_common.dtsi"
20