blob: 0c7262352d5332fc2e0fd158aa39e93933b214af [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 */
Scott Branden5a5cb002014-08-11 13:58:25 -070014#define CONFIG_SYS_NS16550_CLK 100000000
15#define CONFIG_SYS_NS16550_CLK_DIV 54
Scott Branden5a5cb002014-08-11 13:58:25 -070016#define CONFIG_SYS_NS16550_COM3 0x18023000
17
Scott Branden5a5cb002014-08-11 13:58:25 -070018#endif /* __ARCH_CONFIGS_H */