blob: a041e13ab0ace9f2196e5805d5571a410e209540 [file] [log] [blame]
Jun Nieacede512015-04-28 17:18:05 +08001/*
2 * Copyright 2014 Linaro Ltd.
3 * Copyright (C) 2014 ZTE Corporation.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9
10#include <asm/mach/arch.h>
11#include <asm/mach/map.h>
12
13#include <linux/of_address.h>
14#include <linux/of_platform.h>
15
Nicolas Pitre19c233b2015-07-27 18:27:52 -040016static const char *const zx296702_dt_compat[] __initconst = {
Jun Nieacede512015-04-28 17:18:05 +080017 "zte,zx296702",
18 NULL,
19};
20
21DT_MACHINE_START(ZX, "ZTE ZX296702 (Device Tree)")
22 .dt_compat = zx296702_dt_compat,
23 .l2c_aux_val = 0,
24 .l2c_aux_mask = ~0,
25MACHINE_END