1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright 2018-2019 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 0x30900000 16 17 #endif /* __IMX8Q_H__ */ 18