summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-bcmcygnus
diff options
context:
space:
mode:
authorScott Branden <sbranden@broadcom.com>2014-08-11 13:58:25 -0700
committerTom Rini <trini@ti.com>2014-08-30 07:46:40 -0400
commitda1f5ac29593449d66833e01668c878ac0665a2e (patch)
treed354daf228fc2698dd0fe504e11712e9b4c3bff3 /arch/arm/include/asm/arch-bcmcygnus
parent562f01a2baff4b454864c3d3d67fb315cf67adfa (diff)
downloadtalos-obmc-uboot-da1f5ac29593449d66833e01668c878ac0665a2e.tar.gz
talos-obmc-uboot-da1f5ac29593449d66833e01668c878ac0665a2e.zip
arm: add Cygnus and NSP boards
The bcm_ep board configuration is used by a number of boards including Cygnus and NSP. Add builds for the bcm958300k and the bcm958622hr boards. Signed-off-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch/arm/include/asm/arch-bcmcygnus')
-rw-r--r--arch/arm/include/asm/arch-bcmcygnus/configs.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcmcygnus/configs.h b/arch/arm/include/asm/arch-bcmcygnus/configs.h
new file mode 100644
index 0000000000..5354637cf0
--- /dev/null
+++ b/arch/arm/include/asm/arch-bcmcygnus/configs.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2014 Broadcom Corporation.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __ARCH_CONFIGS_H
+#define __ARCH_CONFIGS_H
+
+#include <asm/iproc-common/configs.h>
+
+/* uArchitecture specifics */
+
+/* Serial Info */
+/* Post pad 3 bytes after each reg addr */
+#define CONFIG_SYS_NS16550_REG_SIZE (-4)
+#define CONFIG_SYS_NS16550_MEM32
+
+#define CONFIG_SYS_NS16550_CLK 100000000
+#define CONFIG_SYS_NS16550_CLK_DIV 54
+#define CONFIG_SERIAL_MULTI
+#define CONFIG_CONS_INDEX 3
+#define CONFIG_SYS_NS16550_COM3 0x18023000
+
+#endif /* __ARCH_CONFIGS_H */
OpenPOWER on IntegriCloud