1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2009 Daniel Mack <daniel@caiaq.de>
5 * Based on code for mobots boards,
6 * Copyright (C) 2009 Valentin Longchamp, EPFL Mobots group
9 #ifndef __ASM_ARCH_MXC_BOARD_MX31LILLY_H__
10 #define __ASM_ARCH_MXC_BOARD_MX31LILLY_H__
14 enum mx31lilly_boards
{
15 MX31LILLY_NOBOARD
= 0,
20 * This CPU module needs a baseboard to work. After basic initializing
21 * its own devices, it calls the baseboard's init function.
24 extern void mx31lilly_db_init(void);
28 #endif /* __ASM_ARCH_MXC_BOARD_MX31LILLY_H__ */