1/*
2 * Copyright (c) 2021 BrainCo Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <gigadevice/gd32f4xx/gd32f405.dtsi>
9
10/ {
11	soc {
12		sram1: memory@2001c000 {
13			compatible = "mmio-sram";
14			reg = <0x2001c000 DT_SIZE_K(16)>;
15		};
16	};
17};
18
19&flash0 {
20	reg = <0x08000000 DT_SIZE_K(1024)>;
21};
22