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