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