summaryrefslogtreecommitdiff
path: root/arch/arm/mach-npcm/wpcm450.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-npcm/wpcm450.c')
-rw-r--r--arch/arm/mach-npcm/wpcm450.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-npcm/wpcm450.c b/arch/arm/mach-npcm/wpcm450.c
new file mode 100644
index 000000000000..f17b3dab45af
--- /dev/null
+++ b/arch/arm/mach-npcm/wpcm450.c
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0
+// Copyright 2021 Jonathan Neuschäfer
+
+#include <asm/mach/arch.h>
+
+static const char *const wpcm450_dt_match[] = {
+ "nuvoton,wpcm450",
+ NULL
+};
+
+DT_MACHINE_START(WPCM450_DT, "WPCM450 chip")
+ .dt_compat = wpcm450_dt_match,
+MACHINE_END