Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Scott Branden | 5a5cb00 | 2014-08-11 13:58:25 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2014 Broadcom Corporation. |
Scott Branden | 5a5cb00 | 2014-08-11 13:58:25 -0700 | [diff] [blame] | 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 |
Scott Branden | 5a5cb00 | 2014-08-11 13:58:25 -0700 | [diff] [blame] | 18 | #define CONFIG_SYS_NS16550_COM1 0x18000300 |
| 19 | |
| 20 | #endif /* __ARCH_CONFIGS_H */ |