mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 08:43:07 +00:00
14 lines
278 B
C
14 lines
278 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* RZ/G2L SoC Family support.
|
||
|
* Copyright (C) 2023 Renesas Electronics Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_RZG2L_H
|
||
|
#define __ASM_ARCH_RZG2L_H
|
||
|
|
||
|
#define GICD_BASE 0x11900000
|
||
|
#define GICR_BASE 0x11960000
|
||
|
|
||
|
#endif /* __ASM_ARCH_RZG2L_H */
|