Files
zephyr/soc/v2/ti/k3/am6x/m4/soc.h
Jamie McCrae c01af5a7b8 soc: ti_k3: Port to HWMv2
Ports the ti_k3 SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 14:17:13 +00:00

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 */