Will Deacon | 80b5efbd | 2011-02-28 17:01:04 +0100 | [diff] [blame] | 1 | #include <asm/mach/arch.h> |
Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 2 | |
| 3 | #include "core.h" |
| 4 | |
Pawel Moll | 38669e0 | 2012-10-09 12:56:36 +0100 | [diff] [blame] | 5 | static const char * const v2m_dt_match[] __initconst = { |
Pawel Moll | 8deed17 | 2012-02-23 13:04:51 +0000 | [diff] [blame] | 6 | "arm,vexpress", |
| 7 | NULL, |
| 8 | }; |
| 9 | |
| 10 | DT_MACHINE_START(VEXPRESS_DT, "ARM-Versatile Express") |
| 11 | .dt_compat = v2m_dt_match, |
Russell King | b28dd4a | 2014-04-28 15:43:12 +0100 | [diff] [blame] | 12 | .l2c_aux_val = 0x00400000, |
| 13 | .l2c_aux_mask = 0xfe0fffff, |
Pawel Moll | d2606f8 | 2013-09-17 18:30:58 +0100 | [diff] [blame] | 14 | .smp = smp_ops(vexpress_smp_dt_ops), |
Jon Medhurst | 033a899 | 2013-01-30 09:12:55 +0000 | [diff] [blame] | 15 | .smp_init = smp_init_ops(vexpress_smp_init_ops), |
Pawel Moll | 8deed17 | 2012-02-23 13:04:51 +0000 | [diff] [blame] | 16 | MACHINE_END |