blob: 674016f5e98f33855edabb0a19c20c9d50e0b635 [file] [log] [blame]
/*
* Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <gigadevice/gd32a50x/gd32a50x.dtsi>
&flash0 {
reg = <0x08000000 DT_SIZE_K(384)>;
};
&sram0 {
reg = <0x20000000 DT_SIZE_K(48)>;
};