1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright 2022 NXP
4  */
5 #ifndef __IMX93_H__
6 #define __IMX93_H__
7 
8 #define GICD_BASE 0x48000000
9 #define GICR_BASE 0x48040000
10 
11 #define UART1_BASE 0x44380000
12 
13 #endif /* __IMX93_H__ */
14