blob: c49a71a6dd41b7d88d7777f05255bd5315290281 [file] [log] [blame]
Paul Barkera774a3e2023-10-16 10:25:27 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * RZ/G2L SoC Family support.
4 * Copyright (C) 2023 Renesas Electronics Corporation
5 */
6
7#ifndef __ASM_ARCH_RZG2L_H
8#define __ASM_ARCH_RZG2L_H
9
10#define GICD_BASE 0x11900000
Paul Barkerf3471e12024-11-01 14:20:16 +000011#define GICR_BASE 0x11940000
Paul Barkera774a3e2023-10-16 10:25:27 +010012
13#endif /* __ASM_ARCH_RZG2L_H */