This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
7897eae2b4
zephyr
/
soc
/
arm
/
nuvoton_npcx
/
common
/
CMakeLists.txt
8 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
soc: arm: Add Nuvoton NPCX7M6FB SoC Initial support for Nuvoton NPCX7M6FB SoC of NPCX series which is a chip family of embedded controllers (EC) and targeted for a wide range of portable applications. We implemented the SoC skeleton in soc/arm/nuvoton_npcx since there're many chip families in Nuvoton and aim to different markets such as PC, General MCU, and Audio. The architectures and hardware modules are different between them. Hence, we suggest using the company name plus with chip series for better understanding. Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
2020-06-24 19:13:43 +08:00
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(.)
npcx: move scfg driver from pinctrl to soc/arm/nuvoton_npcx/common In NPCX chips, System Configuration module can configure not only pinctrl but also misc. functionality such as glue and flash write protection. This change moves the scfg driver from the pinctrl folder to soc/arm/nuvoton_npcx/common and renames it to avoid confusion. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
2021-03-04 15:30:45 +08:00
zephyr_sources(
scfg.c
)
Copy permalink