Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * Copyright 2013-2014 Freescale Semiconductor, Inc.
0004  */
0005 
0006 #include <asm/mach/arch.h>
0007 
0008 #include "common.h"
0009 
0010 static const char * const ls1021a_dt_compat[] __initconst = {
0011     "fsl,ls1021a",
0012     NULL,
0013 };
0014 
0015 DT_MACHINE_START(LS1021A, "Freescale LS1021A")
0016     .smp        = smp_ops(ls1021a_smp_ops),
0017     .dt_compat  = ls1021a_dt_compat,
0018 MACHINE_END