2 * Copyright (C) Maxime Coquelin 2015
4 * License terms: GNU General Public License (GPL), version 2
7 #include <linux/kernel.h>
9 #include <asm/mach/arch.h>
11 static const char *const stm32_compat[] __initconst = {
18 DT_MACHINE_START(STM32DT, "STM32 (Device Tree Support)")
19 .dt_compat = stm32_compat,
20 .restart = armv7m_restart,