2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
4 * Modified from mach-omap/omap2/board-generic.c
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
11 #include <asm/mach/arch.h>
13 #include <mach/common.h>
14 #include <mach/da8xx.h>
16 #ifdef CONFIG_ARCH_DAVINCI_DA850
18 static void __init da850_init_machine(void)
24 static const char *const da850_boards_compat[] __initconst = {
32 DT_MACHINE_START(DA850_DT, "Generic DA850/OMAP-L138/AM18x")
34 .init_machine = da850_init_machine,
35 .dt_compat = da850_boards_compat,
36 .init_late = davinci_init_late,