1/*
2 * Copyright (c) 2020, Seagate
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <nxp/nxp_lpc11u6x.dtsi>
9
10/ {
11 sram0: memory@10000000 {
12 reg = <0x10000000 DT_SIZE_K(8)>;
13 };
14
15 soc {
16 flash0: flash@0 {
17 reg = <0 DT_SIZE_K(64)>;
18 };
19 };
20};
21