1/*
2 * Copyright (c) 2022 ITE Corporation. All Rights Reserved.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8
9/ {
10 soc {
11 sram0: memory@80100000 {
12 compatible = "mmio-sram";
13 reg = <0x80100000 DT_SIZE_K(128)>;
14 };
15 };
16};
17
18