1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Setup code for SAMv7x
5 * Copyright (C) 2013 Atmel,
6 * 2016 Andras Szemzo <szemzo.andras@gmail.com>
8 #include <asm/mach/arch.h>
10 static const char *const samv7_dt_board_compat
[] __initconst
= {
15 DT_MACHINE_START(samv7_dt
, "Atmel SAMV7")
16 .dt_compat
= samv7_dt_board_compat
,