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