soc: nxp_s32: include soc.h instead of individual headers

The SoC header already includes the necessary device headers for
all SoC variants supported.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-11-14 21:16:46 +07:00 committed by Carles Cufí
commit 2c9255fbba

View file

@ -4,15 +4,10 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <soc.h>
#include <OsIf.h>
#include <OsIf_Cfg_TypesDef.h>
#if defined(CONFIG_SOC_S32Z27_R52)
#include <S32Z2_MSCM.h>
#elif defined(CONFIG_SOC_S32K344)
#include <S32K344_MSCM.h>
#endif
/* Required by OsIf timer initialization but not used with Zephyr, so no values configured */
static const OsIf_ConfigType osif_config;
const OsIf_ConfigType *const OsIf_apxPredefinedConfig[OSIF_MAX_COREIDX_SUPPORTED] = {