Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Jun Nie | acede51 | 2015-04-28 17:18:05 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2014 Linaro Ltd. |
| 4 | * Copyright (C) 2014 ZTE Corporation. |
Jun Nie | acede51 | 2015-04-28 17:18:05 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <asm/mach/arch.h> |
| 8 | #include <asm/mach/map.h> |
| 9 | |
| 10 | #include <linux/of_address.h> |
| 11 | #include <linux/of_platform.h> |
| 12 | |
Nicolas Pitre | 19c233b | 2015-07-27 18:27:52 -0400 | [diff] [blame] | 13 | static const char *const zx296702_dt_compat[] __initconst = { |
Jun Nie | acede51 | 2015-04-28 17:18:05 +0800 | [diff] [blame] | 14 | "zte,zx296702", |
| 15 | NULL, |
| 16 | }; |
| 17 | |
| 18 | DT_MACHINE_START(ZX, "ZTE ZX296702 (Device Tree)") |
| 19 | .dt_compat = zx296702_dt_compat, |
| 20 | .l2c_aux_val = 0, |
| 21 | .l2c_aux_mask = ~0, |
| 22 | MACHINE_END |