Convert iMX6 SoloX core to HWMv2. This port currently only supports the M4 core (as it did in HWMv1) Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
21 lines
305 B
C
21 lines
305 B
C
/*
|
|
* Copyright (c) 2018, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _SOC__H_
|
|
#define _SOC__H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include "rdc.h"
|
|
#include "rdc_defs_imx6sx.h"
|
|
#include "ccm_imx6sx.h"
|
|
#include "clock_freq.h"
|
|
#include "soc_clk_freq.h"
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
#endif /* _SOC__H_ */
|