soc: nuvoton: numaker: add support for m55m1x series
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>
This commit is contained in:
parent
588baa4022
commit
47dfd857f9
15 changed files with 1329 additions and 0 deletions
13
soc/nuvoton/numaker/m55m1x/soc.h
Normal file
13
soc/nuvoton/numaker/m55m1x/soc.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* 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_*/
|
Loading…
Add table
Add a link
Reference in a new issue