perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.git] / arch / arm / mach-efm32 / dtmachine.c
blobe9364b843641644611dd0c13d9b913070568784b
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/kernel.h>
4 #include <asm/v7m.h>
6 #include <asm/mach/arch.h>
8 static const char *const efm32gg_compat[] __initconst = {
9 "efm32,dk3750",
10 NULL
13 DT_MACHINE_START(EFM32DT, "EFM32 (Device Tree Support)")
14 .dt_compat = efm32gg_compat,
15 .restart = armv7m_restart,
16 MACHINE_END