]> Git Repo - linux.git/blob - arch/arm/mach-at91/samv7.c
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / arch / arm / mach-at91 / samv7.c
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  *  Setup code for SAMv7x
4  *
5  *  Copyright (C) 2013 Atmel,
6  *                2016 Andras Szemzo <[email protected]>
7  */
8 #include <asm/mach/arch.h>
9
10 static const char *const samv7_dt_board_compat[] __initconst = {
11         "atmel,samv7",
12         NULL
13 };
14
15 DT_MACHINE_START(samv7_dt, "Atmel SAMV7")
16         .dt_compat      = samv7_dt_board_compat,
17 MACHINE_END
This page took 0.032666 seconds and 4 git commands to generate.