blob: 3508c598c588389c6de9bbb68093985289c2732c [file] [log] [blame]
Thomas Gleixner16216332019-05-19 15:51:31 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Daniel Mack65b1aa12009-05-20 19:54:33 +02002/*
3 * Copyright (C) 2009 Daniel Mack <daniel@caiaq.de>
4 *
5 * Based on code for mobots boards,
6 * Copyright (C) 2009 Valentin Longchamp, EPFL Mobots group
Daniel Mack65b1aa12009-05-20 19:54:33 +02007 */
8
9#ifndef __ASM_ARCH_MXC_BOARD_MX31LILLY_H__
10#define __ASM_ARCH_MXC_BOARD_MX31LILLY_H__
11
Daniel Mack65b1aa12009-05-20 19:54:33 +020012#ifndef __ASSEMBLY__
13
14enum mx31lilly_boards {
15 MX31LILLY_NOBOARD = 0,
Daniel Mack1bc34f72009-05-20 19:54:34 +020016 MX31LILLY_DB = 1,
Daniel Mack65b1aa12009-05-20 19:54:33 +020017};
18
19/*
20 * This CPU module needs a baseboard to work. After basic initializing
Uwe Kleine-Königf1d4cbe2010-03-08 17:29:31 +010021 * its own devices, it calls the baseboard's init function.
Daniel Mack65b1aa12009-05-20 19:54:33 +020022 */
23
Daniel Mack1bc34f72009-05-20 19:54:34 +020024extern void mx31lilly_db_init(void);
25
Daniel Mack65b1aa12009-05-20 19:54:33 +020026#endif
27
28#endif /* __ASM_ARCH_MXC_BOARD_MX31LILLY_H__ */