summaryrefslogtreecommitdiffstats
path: root/include/configs/meson64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/meson64.h')
-rw-r--r--include/configs/meson64.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 80c883e3f4..f961f43871 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -8,8 +8,13 @@
#define __MESON64_CONFIG_H
/* Generic Interrupt Controller Definitions */
+#if defined(CONFIG_MESON_AXG)
+#define GICD_BASE 0xffc01000
+#define GICC_BASE 0xffc02000
+#else /* MESON GXL and GXBB */
#define GICD_BASE 0xc4301000
#define GICC_BASE 0xc4302000
+#endif
#define CONFIG_CPU_ARMV8
#define CONFIG_REMAKE_ELF