1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Broadcom Corporation.
4  */
5 
6 #ifndef __ARCH_CONFIGS_H
7 #define __ARCH_CONFIGS_H
8 
9 #include <asm/iproc-common/configs.h>
10 
11 /* uArchitecture specifics */
12 
13 /* Serial Info */
14 /* no padding */
15 #define CONFIG_SYS_NS16550_REG_SIZE	1
16 
17 #define CONFIG_SYS_NS16550_CLK		0x03b9aca0
18 #define CONFIG_SYS_NS16550_COM1		0x18000300
19 
20 #endif /* __ARCH_CONFIGS_H */
21