1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Configuration settings for the Allwinner A64 (sun50i) CPU
10 * A64 specific configuration
13 #ifndef CONFIG_MACH_SUN50I_H6
14 #define GICD_BASE 0x1c81000
15 #define GICC_BASE 0x1c82000
17 #define GICD_BASE 0x3021000
18 #define GICC_BASE 0x3022000
22 * Include common sunxi configuration where most the settings are
24 #include <configs/sunxi-common.h>
26 #endif /* __CONFIG_H */