blob: e21582a7fa11b7e83266be14869eee050d35eda0 [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Anders Berg1d22924e2014-05-23 11:08:35 +02002/*
3 * Support for the LSI Axxia SoC devices based on ARM cores.
4 *
5 * Copyright (C) 2012 LSI
Anders Berg1d22924e2014-05-23 11:08:35 +02006 */
7#include <linux/init.h>
8#include <asm/mach/arch.h>
9
Uwe Kleine-König543c5042015-02-18 21:01:45 +010010static const char *const axxia_dt_match[] __initconst = {
Anders Berg1d22924e2014-05-23 11:08:35 +020011 "lsi,axm5516",
12 "lsi,axm5516-sim",
13 "lsi,axm5516-emu",
14 NULL
15};
16
17DT_MACHINE_START(AXXIA_DT, "LSI Axxia AXM55XX")
18 .dt_compat = axxia_dt_match,
19MACHINE_END