License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / arm / mach-vexpress / v2m.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
80b5efbd 2#include <asm/mach/arch.h>
ceade897
RK
3
4#include "core.h"
5
38669e04 6static const char * const v2m_dt_match[] __initconst = {
8deed178
PM
7 "arm,vexpress",
8 NULL,
9};
10
11DT_MACHINE_START(VEXPRESS_DT, "ARM-Versatile Express")
12 .dt_compat = v2m_dt_match,
b28dd4ac
RK
13 .l2c_aux_val = 0x00400000,
14 .l2c_aux_mask = 0xfe0fffff,
d2606f81 15 .smp = smp_ops(vexpress_smp_dt_ops),
033a899c 16 .smp_init = smp_init_ops(vexpress_smp_init_ops),
8deed178 17MACHINE_END