summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile/include/mach/r8a7795.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-03-31 18:51:35 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-08-17 01:25:35 (GMT)
commitee8f0cb3b03e34a75186ed9f9e3e3bf3f2f27d76 (patch)
treeff9906064c3127f6ffce09b7f8cf93abbedcf0a8 /arch/arm/mach-rmobile/include/mach/r8a7795.h
parent581183def6ec7e7695110ee75ea866b734c5e249 (diff)
downloadu-boot-ee8f0cb3b03e34a75186ed9f9e3e3bf3f2f27d76.tar.xz
ARM: rmobile: Add support R8A7795
Renesas R8A7795 is CPU with Cortex-a57. This supports the basic register definition and GPIO and framework of PFC. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/r8a7795.h')
-rw-r--r--arch/arm/mach-rmobile/include/mach/r8a7795.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/r8a7795.h b/arch/arm/mach-rmobile/include/mach/r8a7795.h
new file mode 100644
index 0000000..2d004b6
--- /dev/null
+++ b/arch/arm/mach-rmobile/include/mach/r8a7795.h
@@ -0,0 +1,36 @@
+/*
+ * arch/arm/mach-rmobile/include/mach/r8a7795.h
+ * This file defines registers and value for r8a7795.
+ *
+ * Copyright (C) 2015 Renesas Electronics Corporation
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __ASM_ARCH_R8A7795_H
+#define __ASM_ARCH_R8A7795_H
+
+#include "rcar-gen3-base.h"
+
+/* Module stop control/status register bits */
+#define MSTP0_BITS 0x00640800
+#define MSTP1_BITS 0xF3EE9390
+#define MSTP2_BITS 0x340FAFDC
+#define MSTP3_BITS 0xD80C7CDF
+#define MSTP4_BITS 0x80000184
+#define MSTP5_BITS 0x40BFFF46
+#define MSTP6_BITS 0xE5FBEECF
+#define MSTP7_BITS 0x39FFFF0E
+#define MSTP8_BITS 0x01F19FF4
+#define MSTP9_BITS 0xFFDFFFFF
+#define MSTP10_BITS 0xFFFEFFE0
+#define MSTP11_BITS 0x00000000
+
+/* SDHI */
+#define CONFIG_SYS_SH_SDHI0_BASE 0xEE100000
+#define CONFIG_SYS_SH_SDHI1_BASE 0xEE120000
+#define CONFIG_SYS_SH_SDHI2_BASE 0xEE140000 /* either MMC0 */
+#define CONFIG_SYS_SH_SDHI3_BASE 0xEE160000 /* either MMC1 */
+#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 4
+
+#endif /* __ASM_ARCH_R8A7795_H */