Add initial support for nuvoton numaker m55m1x SoC series including basic init and device tree source include. Signed-off-by: cyliang tw <cyliang@nuvoton.com>
13 lines
307 B
C
13 lines
307 B
C
/*
|
|
* Copyright (c) 2025 Nuvoton Technology Corporation.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_ARM_NUVOTON_M55M1X_SOC_H_
|
|
#define ZEPHYR_SOC_ARM_NUVOTON_M55M1X_SOC_H_
|
|
|
|
/* Hardware and starter kit includes. */
|
|
#include <NuMicro.h>
|
|
|
|
#endif /* ZEPHYR_SOC_ARM_NUVOTON_M55M1X_SOC_H_*/
|