| /* | |
| * Copyright 2017,2024-2025 NXP | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef _SOC__H_ | |
| #define _SOC__H_ | |
| #ifndef _ASMLANGUAGE | |
| #include <MCIMX7D_M4.h> | |
| #ifndef __cplusplus | |
| #include "rdc.h" | |
| #include "rdc_defs_imx7d.h" | |
| #include "ccm_imx7d.h" | |
| #include "clock_freq.h" | |
| #include "soc_clk_freq.h" | |
| #include <soc_common.h> | |
| #endif /* !__cplusplus */ | |
| #endif /* !_ASMLANGUAGE */ | |
| #endif /* _SOC__H_ */ |