Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
Tsahee Zidenberg | 445d9b3 | 2015-03-12 13:53:00 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Machine declaration for Alpine platforms. |
| 4 | * |
| 5 | * Copyright (C) 2015 Annapurna Labs Ltd. |
Tsahee Zidenberg | 445d9b3 | 2015-03-12 13:53:00 +0200 | [diff] [blame] | 6 | */ |
| 7 | |
Tsahee Zidenberg | 445d9b3 | 2015-03-12 13:53:00 +0200 | [diff] [blame] | 8 | #include <asm/mach/arch.h> |
| 9 | |
| 10 | static const char * const al_match[] __initconst = { |
| 11 | "al,alpine", |
| 12 | NULL, |
| 13 | }; |
| 14 | |
| 15 | DT_MACHINE_START(AL_DT, "Annapurna Labs Alpine") |
| 16 | .dt_compat = al_match, |
| 17 | MACHINE_END |