summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-bcmnsp
diff options
context:
space:
mode:
authorScott Branden <sbranden@broadcom.com>2014-08-11 20:58:25 (GMT)
committerTom Rini <trini@ti.com>2014-08-30 11:46:40 (GMT)
commitda1f5ac29593449d66833e01668c878ac0665a2e (patch)
treed354daf228fc2698dd0fe504e11712e9b4c3bff3 /arch/arm/include/asm/arch-bcmnsp
parent562f01a2baff4b454864c3d3d67fb315cf67adfa (diff)
downloadu-boot-da1f5ac29593449d66833e01668c878ac0665a2e.tar.xz
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-bcmnsp')
-rw-r--r--arch/arm/include/asm/arch-bcmnsp/configs.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcmnsp/configs.h b/arch/arm/include/asm/arch-bcmnsp/configs.h
new file mode 100644
index 0000000..786deae
--- /dev/null
+++ b/arch/arm/include/asm/arch-bcmnsp/configs.h
@@ -0,0 +1,22 @@
+/*
+ * 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 */
+/* no padding */
+#define CONFIG_SYS_NS16550_REG_SIZE 1
+
+#define CONFIG_SYS_NS16550_CLK 0x03b9aca0
+#define CONFIG_CONS_INDEX 1
+#define CONFIG_SYS_NS16550_COM1 0x18000300
+
+#endif /* __ARCH_CONFIGS_H */