1/*
2 * Copyright (c) 2021 YuLong Yao <feilongphone@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <gd/gd32e10x/gd32e10x.dtsi>
9
10&flash0 {
11 reg = <0x08000000 DT_SIZE_K(128)>;
12};
13
14&sram0 {
15 reg = <0x20000000 DT_SIZE_K(32)>;
16};
17