1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4  *
5  */
6 
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9 
10 #define CFG_SYS_SDRAM_BASE         0x0
11 #define CFG_SYS_NS16550_IER        0x40 /* UART Unit Enable */
12 
13 #endif /* __CONFIG_H */
14