2 * Setup code for SAMv7x
4 * Copyright (C) 2013 Atmel,
5 * 2016 Andras Szemzo <szemzo.andras@gmail.com>
7 * Licensed under GPLv2 or later.
10 #include <linux/of_platform.h>
11 #include <linux/of_address.h>
12 #include <linux/slab.h>
13 #include <asm/mach/arch.h>
14 #include <asm/mach/map.h>
15 #include <asm/system_misc.h>
18 static const char *const samv7_dt_board_compat
[] __initconst
= {
23 DT_MACHINE_START(samv7_dt
, "Atmel SAMV7")
24 .dt_compat
= samv7_dt_board_compat
,