blob: a0400f4cca894f8c83cf99d76514214816b01f14 [file] [log] [blame]
Will Deacon80b5efbd2011-02-28 17:01:04 +01001#include <asm/mach/arch.h>
Russell Kingceade892010-02-11 21:44:53 +00002
3#include "core.h"
4
Pawel Moll38669e02012-10-09 12:56:36 +01005static const char * const v2m_dt_match[] __initconst = {
Pawel Moll8deed172012-02-23 13:04:51 +00006 "arm,vexpress",
7 NULL,
8};
9
10DT_MACHINE_START(VEXPRESS_DT, "ARM-Versatile Express")
11 .dt_compat = v2m_dt_match,
Russell Kingb28dd4a2014-04-28 15:43:12 +010012 .l2c_aux_val = 0x00400000,
13 .l2c_aux_mask = 0xfe0fffff,
Pawel Molld2606f82013-09-17 18:30:58 +010014 .smp = smp_ops(vexpress_smp_dt_ops),
Jon Medhurst033a8992013-01-30 09:12:55 +000015 .smp_init = smp_init_ops(vexpress_smp_init_ops),
Pawel Moll8deed172012-02-23 13:04:51 +000016MACHINE_END