Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-at91 / samv7.c
blob22d00005ec094a891e8822d32223c6d0748adb87
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Setup code for SAMv7x
5 * Copyright (C) 2013 Atmel,
6 * 2016 Andras Szemzo <szemzo.andras@gmail.com>
7 */
8 #include <asm/mach/arch.h>
10 static const char *const samv7_dt_board_compat[] __initconst = {
11 "atmel,samv7",
12 NULL
15 DT_MACHINE_START(samv7_dt, "Atmel SAMV7")
16 .dt_compat = samv7_dt_board_compat,
17 MACHINE_END