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 UART4_BASE	0x5a0a0000
16 #define CAAM_BASE	0x31400000
17 #define CAAM_SIZE       0x40000
18 #define SC_IPC_BASE_SECURE 0x5d1b0000
19 #define SC_IPC_SIZE	   0x10000
20 
21 #endif /* __IMX8Q_H__ */
22