1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Machine declaration for Alpine platforms.
5 * Copyright (C) 2015 Annapurna Labs Ltd.
8 #include <linux/of_platform.h>
10 #include <asm/mach/arch.h>
12 static const char * const al_match[] __initconst = {
17 DT_MACHINE_START(AL_DT, "Annapurna Labs Alpine")
18 .dt_compat = al_match,