1/*
2 * Copyright (c) 2023, Meta Platforms, Inc. and its affiliates.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8
9&sram0 {
10	reg = <0x20000000 DT_SIZE_K(8)>;
11};
12
13&flash0 {
14	reg = <0 DT_SIZE_K(64)>;
15};
16