summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-02 12:51:30 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:33 +0800
commit3df5d604ff12ed45897f14cf018cbbcdc66b532a (patch)
tree422655ef8f78865ae885057fb0d7d06e35544d97
parent0393e813c0ab5050125cd19bc78d6e5b2d487e0d (diff)
downloadu-boot-imx-3df5d604ff12ed45897f14cf018cbbcdc66b532a.zip
u-boot-imx-3df5d604ff12ed45897f14cf018cbbcdc66b532a.tar.gz
u-boot-imx-3df5d604ff12ed45897f14cf018cbbcdc66b532a.tar.bz2
MLK-10191-1 imx: mx7: Add i.MX7 platform common head file
Add common head file mx7_common.h for all i.MX7 platform Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit e38c9a7a543890e0879f89627a3f404d8068d602) Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
-rw-r--r--include/configs/mx7_common.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
new file mode 100644
index 0000000..9352164
--- /dev/null
+++ b/include/configs/mx7_common.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2014-2015 Freescale Semiconductor, Inc.
+ *
+ * Configuration settings for the Freescale i.MX7.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+
+#ifndef __MX7_COMMON_H
+#define __MX7_COMMON_H
+
+#define CONFIG_BOARD_POSTCLK_INIT
+#define CONFIG_MXC_GPT_HCLK
+
+#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
+
+#define CONFIG_IOMUX_LPSR
+#define CONFIG_IMX_FIXED_IVT_OFFSET
+#endif