Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2015 ARM Limited
0004  *
0005  * Author: Vladimir Murzin <vladimir.murzin@arm.com>
0006  */
0007 
0008 #include <asm/mach/arch.h>
0009 
0010 static const char *const mps2_compat[] __initconst = {
0011     "arm,mps2",
0012     NULL
0013 };
0014 
0015 DT_MACHINE_START(MPS2DT, "MPS2 (Device Tree Support)")
0016     .dt_compat = mps2_compat,
0017 MACHINE_END