blob: 05fa9b9612d51ca4dd15f963da50b31923bbf446 [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/*
3 * Copyright 2014 Broadcom Corporation.
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/* no padding */
15#define CONFIG_SYS_NS16550_REG_SIZE 1
16
17#define CONFIG_SYS_NS16550_CLK 0x03b9aca0
Scott Branden5a5cb002014-08-11 13:58:25 -070018#define CONFIG_SYS_NS16550_COM1 0x18000300
19
20#endif /* __ARCH_CONFIGS_H */