1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright 2021 NXP 4 */ 5 #ifndef __IMX8ULP_H__ 6 #define __IMX8ULP_H__ 7 8 #include <registers/imx8ulp-crm.h> 9 10 #define GICD_BASE 0x2d400000 11 #define GICR_BASE 0x2d440000 12 #define UART4_BASE 0x29390000 13 #define UART5_BASE 0x293a0000 14 #define CAAM_BASE 0x292e0000 15 #define CAAM_SIZE 0x10000 16 #define PCC3_BASE 0x292d0000 17 #define PCC3_SIZE 0x1000 18 #define AIPS3_BASE 0x29000000 19 #define AIPS3_SIZE 0x400000 20 #define SECMEM_BASE 0x00100000 21 #define SECMEM_SIZE 0x80000 22 23 #endif /* __IMX8ULP_H__ */ 24