Ports the ti_k3 SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
15 lines
231 B
C
15 lines
231 B
C
/*
|
|
* Copyright (c) 2023 Texas Instruments Incorporated
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __SOC_H_
|
|
#define __SOC_H_
|
|
|
|
#include <cmsis_core_m_defaults.h>
|
|
|
|
#include <zephyr/drivers/mm/rat.h>
|
|
|
|
#endif /* __SOC_H */
|