Skip to content

Commit 13b011a

Browse files
gmarullcarlescufi
authored andcommitted
dts: arm: gigadevice: add support for gd32f450ik
Add support for the IK variant (256K SRAM, 3072K ROM). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c34f41b commit 13b011a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright (c) 2021 Teslabs Engineering S.L.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <mem.h>
8+
#include <gigadevice/gd32f4xx/gd32f4xx.dtsi>
9+
10+
/ {
11+
soc {
12+
flash-controller@40023c00 {
13+
flash0: flash@8000000 {
14+
reg = <0x08000000 DT_SIZE_K(3072)>;
15+
};
16+
};
17+
};
18+
};

0 commit comments

Comments
 (0)