Masahiro Yamada | ba56a98 | 2015-05-08 13:07:11 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com> |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by |
| 6 | * the Free Software Foundation; either version 2 of the License, or |
| 7 | * (at your option) any later version. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | * GNU General Public License for more details. |
| 13 | */ |
| 14 | |
| 15 | #include <asm/mach/arch.h> |
| 16 | |
| 17 | static const char * const uniphier_dt_compat[] __initconst = { |
| 18 | "socionext,ph1-sld3", |
| 19 | "socionext,ph1-ld4", |
| 20 | "socionext,ph1-pro4", |
| 21 | "socionext,ph1-sld8", |
| 22 | "socionext,ph1-pro5", |
| 23 | "socionext,proxstream2", |
| 24 | "socionext,ph1-ld6b", |
| 25 | NULL, |
| 26 | }; |
| 27 | |
| 28 | DT_MACHINE_START(UNIPHIER, "Socionext UniPhier") |
| 29 | .dt_compat = uniphier_dt_compat, |
| 30 | MACHINE_END |