2017-04-01 07:07:45 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017, NXP
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _SOC__H_
|
|
|
|
#define _SOC__H_
|
|
|
|
|
2019-06-26 22:33:55 +08:00
|
|
|
#include <sys/util.h>
|
2017-04-01 07:07:45 +08:00
|
|
|
|
|
|
|
#define UART0_CLK_SRC kCLOCK_CoreSysClk
|
|
|
|
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
|
2018-05-29 00:41:12 +08:00
|
|
|
#include <fsl_common.h>
|
2019-09-23 01:24:34 +08:00
|
|
|
|
|
|
|
/* Add include for DTS generated information */
|
|
|
|
#include <generated_dts_board.h>
|
2017-04-01 07:07:45 +08:00
|
|
|
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
|
|
|
|
#endif /* _SOC__H_ */
|