blob: bc491bbbabf81368e72b13bf35b4c435cb3ca2ce [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Tsahee Zidenberg445d9b32015-03-12 13:53:00 +02002/*
3 * Machine declaration for Alpine platforms.
4 *
5 * Copyright (C) 2015 Annapurna Labs Ltd.
Tsahee Zidenberg445d9b32015-03-12 13:53:00 +02006 */
7
Tsahee Zidenberg445d9b32015-03-12 13:53:00 +02008#include <asm/mach/arch.h>
9
10static const char * const al_match[] __initconst = {
11 "al,alpine",
12 NULL,
13};
14
15DT_MACHINE_START(AL_DT, "Annapurna Labs Alpine")
16 .dt_compat = al_match,
17MACHINE_END