/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2024 NXP */ #ifndef __IMX95_H__ #define __IMX95_H__ #define GICD_BASE 0x48000000 #define GICR_BASE 0x48060000 #define UART1_BASE 0x44380000 #define MU_BASE 0x47530000 #define MU_SIZE 0x10000 #endif /* __IMX95_H__ */