blob: 327c0e06977b8610baec9446742bff8fdcc87756 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Scott Branden5a5cb002014-08-11 13:58:25 -07002/*
Suji Velupillaid2f677a2017-07-10 14:05:41 -07003 * Copyright 2014-2017 Broadcom.
Scott Branden5a5cb002014-08-11 13:58:25 -07004 */
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/* Post pad 3 bytes after each reg addr */
15#define CONFIG_SYS_NS16550_REG_SIZE (-4)
16#define CONFIG_SYS_NS16550_MEM32
17
18#define CONFIG_SYS_NS16550_CLK 100000000
19#define CONFIG_SYS_NS16550_CLK_DIV 54
Scott Branden5a5cb002014-08-11 13:58:25 -070020#define CONFIG_SYS_NS16550_COM3 0x18023000
21
Scott Branden5a5cb002014-08-11 13:58:25 -070022#endif /* __ARCH_CONFIGS_H */