1 /*
2  * Copyright 2017,2024 NXP
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _SOC__H_
8 #define _SOC__H_
9 
10 #ifndef _ASMLANGUAGE
11 
12 #include <MCIMX7D_M4.h>
13 
14 #ifndef __cplusplus
15 
16 #include "rdc.h"
17 #include "rdc_defs_imx7d.h"
18 #include "ccm_imx7d.h"
19 #include "clock_freq.h"
20 #include "soc_clk_freq.h"
21 
22 #endif /* !__cplusplus */
23 
24 #endif /* !_ASMLANGUAGE */
25 
26 #endif /* _SOC__H_ */
27