blob: 0034359a9b4f78e284e229683a4fb5e4aec26651 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001// SPDX-License-Identifier: GPL-2.0-or-later
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright 2013-2014 Freescale Semiconductor, Inc.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5
6#include <asm/mach/arch.h>
7
8#include "common.h"
9
10static const char * const ls1021a_dt_compat[] __initconst = {
11 "fsl,ls1021a",
12 NULL,
13};
14
15DT_MACHINE_START(LS1021A, "Freescale LS1021A")
16 .smp = smp_ops(ls1021a_smp_ops),
17 .dt_compat = ls1021a_dt_compat,
18MACHINE_END