K3 series is a Nuvoton embedded controller based on NPCX series. Add npck3m8k dtsi Signed-off-by: Alvis Sun <yfsun@nuvoton.com> Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
15 lines
318 B
Text
15 lines
318 B
Text
/*
|
|
* Copyright (c) 2025 Nuvoton Technology Corporation.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Common pin-mux configurations in npck */
|
|
#include <nuvoton/npck/npck-alts-map.dtsi>
|
|
|
|
/* Specific pin-mux configurations in npck3 series */
|
|
/ {
|
|
npcx-alts-map {
|
|
compatible = "nuvoton,npcx-pinctrl-conf";
|
|
};
|
|
};
|