blob: fda4a6359930103633a11766c8edf38574c2cfac [file] [log] [blame]
/*
* Copyright (c) 2021 BrainCo Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <gigadevice/gd32f3x0/gd32f350.dtsi>
&flash0 {
reg = <0x08000000 DT_SIZE_K(128)>;
};
&sram0 {
reg = <0x20000000 DT_SIZE_K(16)>;
};