diff options
| author | Igor Prusov <[email protected]> | 2023-05-05 15:56:37 +0300 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-06-28 10:05:34 +0200 |
| commit | 0e3f7e9c982ef2624dde81f67f4b5307b5c8eb09 (patch) | |
| tree | b827cd01cab297f544029c3ee0a57194ecc066bc /include | |
| parent | aacf821bf0545e81e21c3301bb907977b8ff6862 (diff) | |
ARM: meson: add A1 support
Add support for Amlogic A1 SoC family.
Signed-off-by: Igor Prusov <[email protected]>
Signed-off-by: Evgeny Bachinin <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/meson64.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h index 9244601284b..801cdae4708 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -11,6 +11,9 @@ #if (defined(CONFIG_MESON_AXG) || defined(CONFIG_MESON_G12A)) #define GICD_BASE 0xffc01000 #define GICC_BASE 0xffc02000 +#elif defined(CONFIG_MESON_A1) +#define GICD_BASE 0xff901000 +#define GICC_BASE 0xff902000 #else /* MESON GXL and GXBB */ #define GICD_BASE 0xc4301000 #define GICC_BASE 0xc4302000 |
