aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7/imx-rdc.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-01-28 16:55:02 +0800
committerStefano Babic <sbabic@denx.de>2016-02-21 11:46:26 +0100
commitaf0135928eea060422c61519f3bd5eec27fd0e56 (patch)
treeaaa624989e4418180ad8bef16e3b5d774507a70c /arch/arm/include/asm/arch-mx7/imx-rdc.h
parentd08607e1e7b05f86f81e21601f6012d20ae1c397 (diff)
downloadu-boot-af0135928eea060422c61519f3bd5eec27fd0e56.zip
u-boot-af0135928eea060422c61519f3bd5eec27fd0e56.tar.gz
u-boot-af0135928eea060422c61519f3bd5eec27fd0e56.tar.bz2
imx: mx7d: Add RDC support
Add the peripherals/masters definitions and registers base addresses for mx7d RDC. Signed-off-by: Ye.Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7/imx-rdc.h')
-rw-r--r--arch/arm/include/asm/arch-mx7/imx-rdc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/imx-rdc.h b/arch/arm/include/asm/arch-mx7/imx-rdc.h
new file mode 100644
index 0000000..dbeed56
--- /dev/null
+++ b/arch/arm/include/asm/arch-mx7/imx-rdc.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __IMX_RDC_H__
+#define __IMX_RDC_H__
+
+#if defined(CONFIG_MX7D)
+#include "mx7d_rdc.h"
+#else
+#error "Please select cpu"
+#endif /* CONFIG_MX7D */
+
+#endif /* __IMX_RDC_H__*/