Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[deliverable/linux.git] / arch / arm / mach-stm32 / board-dt.c
CommitLineData
9b799b78
MC
1/*
2 * Copyright (C) Maxime Coquelin 2015
3 * Author: Maxime Coquelin <mcoquelin.stm32@gmail.com>
4 * License terms: GNU General Public License (GPL), version 2
5 */
6
7#include <linux/kernel.h>
8#include <asm/v7m.h>
9#include <asm/mach/arch.h>
10
11static const char *const stm32_compat[] __initconst = {
12 "st,stm32f429",
6391503b 13 "st,stm32f469",
9b799b78
MC
14 NULL
15};
16
17DT_MACHINE_START(STM32DT, "STM32 (Device Tree Support)")
18 .dt_compat = stm32_compat,
19 .restart = armv7m_restart,
20MACHINE_END
This page took 0.240181 seconds and 5 git commands to generate.