Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Support for Conexant Digicolor SoCs
0004 */
0005 
0006 #include <asm/mach/arch.h>
0007 
0008 static const char *const digicolor_dt_compat[] __initconst = {
0009     "cnxt,cx92755",
0010     NULL,
0011 };
0012 
0013 DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
0014     .dt_compat  = digicolor_dt_compat,
0015 MACHINE_END