Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 /*
0003  * Copyright (C) Sunplus Technology Co., Ltd.
0004  *       All rights reserved.
0005  */
0006 #include <linux/kernel.h>
0007 #include <asm/mach/arch.h>
0008 
0009 static const char *sp7021_compat[] __initconst = {
0010     "sunplus,sp7021",
0011     NULL
0012 };
0013 
0014 DT_MACHINE_START(SP7021_DT, "SP7021")
0015     .dt_compat  = sp7021_compat,
0016 MACHINE_END