1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Support for Conexant Digicolor SoCs
4 */
5
6 #include <asm/mach/arch.h>
7
8 static const char *const digicolor_dt_compat[] __initconst = {
9 "cnxt,cx92755",
10 NULL,
11 };
12
13 DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
14 .dt_compat = digicolor_dt_compat,
15 MACHINE_END