Add a support for Texas Instruments MSPM0 fmaily and MSPM0-G series SoC. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com> Signed-off-by: Jackson Farley <j-farley@ti.com>
14 lines
260 B
C
14 lines
260 B
C
/*
|
|
* Copyright (c) 2025 Texas Instruments
|
|
* Copyright (c) 2025 Linumiz
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _MSPM0_SOC_H
|
|
#define _MSPM0_SOC_H
|
|
|
|
#include <ti/devices/msp/msp.h>
|
|
#include <ti/driverlib/m0p/dl_core.h>
|
|
|
|
#endif /* _MSPM0_SOC_H */
|