blob: 4d62f1bde4ed0f34095ef468bc255ca6f11bb116 [file] [log] [blame]
Baruch Siachdf8d7422015-01-14 10:40:30 +02001/*
2 * Support for Conexant Digicolor SoCs
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7*/
8
9#include <asm/mach/arch.h>
10
Nicolas Pitre19c233b2015-07-27 18:27:52 -040011static const char *const digicolor_dt_compat[] __initconst = {
Baruch Siachdf8d7422015-01-14 10:40:30 +020012 "cnxt,cx92755",
13 NULL,
14};
15
16DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
17 .dt_compat = digicolor_dt_compat,
18MACHINE_END