summaryrefslogtreecommitdiff
path: root/include/configs/falcon.h
diff options
context:
space:
mode:
authorKoji Matsuoka <koji.matsuoka.xm@renesas.com>2020-07-16 06:11:16 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-06-24 21:22:18 +0300
commitcdaa69c46eee3c75cca2f72296044d2bd1405343 (patch)
treec08ca8d2d90e5ef29ac75c918e172250c86db10e /include/configs/falcon.h
parentb3494132f068906a73e86826ffb7b19f4ad5ec5f (diff)
downloadu-boot-cdaa69c46eee3c75cca2f72296044d2bd1405343.tar.xz
ARM: renesas: Add GICv3 initialization for V3U Falcon
Init GICv3 for V3U Falcon in early phase Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'include/configs/falcon.h')
-rw-r--r--include/configs/falcon.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/falcon.h b/include/configs/falcon.h
index b9c82a7674..5ecbd1d3ed 100644
--- a/include/configs/falcon.h
+++ b/include/configs/falcon.h
@@ -11,6 +11,17 @@
#include "rcar-gen3-common.h"
+/* Generic Interrupt Controller Definitions */
+#ifdef CONFIG_GICV2
+#undef CONFIG_GICV2
+#undef GICD_BASE
+#undef GICC_BASE
+#undef GICR_BASE
+#endif
+#define CONFIG_GICV3
+#define GICD_BASE 0xF1000000
+#define GICR_BASE 0xF1060000
+
/* Ethernet RAVB */
#define CONFIG_BITBANGMII
#define CONFIG_BITBANGMII_MULTI