1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright 2018-2021 NXP
4  */
5 
6 #ifndef __IMX8Q_H__
7 #define __IMX8Q_H__
8 
9 #define GICD_BASE	0x51a00000
10 #define GICR_BASE	0x51b00000
11 #define UART0_BASE	0x5a060000
12 #define UART1_BASE	0x5a070000
13 #define UART2_BASE	0x5a080000
14 #define UART3_BASE	0x5a090000
15 #define CAAM_BASE	0x31400000
16 #define SC_IPC_BASE_SECURE 0x5d1b0000
17 #define SC_IPC_SIZE	   0x10000
18 
19 #endif /* __IMX8Q_H__ */
20