blob: 11d23420f9bef259ce59bcf0514bcde73fb511be [file] [log] [blame]
Thomas Gleixner45051532019-05-29 16:57:47 -07001// SPDX-License-Identifier: GPL-2.0-only
Christian Ruppert072eb692013-04-12 08:40:59 +02002/*
3 * Abilis Systems TB10x platform initialisation
4 *
5 * Copyright (C) Abilis Systems 2012
6 *
7 * Author: Christian Ruppert <christian.ruppert@abilis.com>
Christian Ruppert072eb692013-04-12 08:40:59 +02008 */
9
Christian Ruppert072eb692013-04-12 08:40:59 +020010#include <linux/init.h>
Christian Ruppert072eb692013-04-12 08:40:59 +020011#include <asm/mach_desc.h>
12
Christian Ruppert072eb692013-04-12 08:40:59 +020013static const char *tb10x_compat[] __initdata = {
14 "abilis,arc-tb10x",
15 NULL,
16};
17
18MACHINE_START(TB10x, "tb10x")
19 .dt_compat = tb10x_compat,
Christian Ruppert072eb692013-04-12 08:40:59 +020020MACHINE_END