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 | /* |
Suji Velupillai | d2f677a | 2017-07-10 14:05:41 -0700 | [diff] [blame] | 3 | * Copyright 2014-2017 Broadcom. |
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 */ |
Tom Rini | df6a215 | 2022-11-16 13:10:28 -0500 | [diff] [blame] | 14 | #define CFG_SYS_NS16550_CLK 100000000 |
| 15 | #define CFG_SYS_NS16550_CLK_DIV 54 |
| 16 | #define CFG_SYS_NS16550_COM3 0x18023000 |
Scott Branden | 5a5cb00 | 2014-08-11 13:58:25 -0700 | [diff] [blame] | 17 | |
Scott Branden | 5a5cb00 | 2014-08-11 13:58:25 -0700 | [diff] [blame] | 18 | #endif /* __ARCH_CONFIGS_H */ |