2 * Setup code for AT91SAM9
4 * Copyright (C) 2011 Atmel,
7 * Licensed under GPLv2 or later.
11 #include <linux/of_platform.h>
13 #include <asm/mach/arch.h>
14 #include <asm/system_misc.h>
18 static void __init at91sam9_init(void)
20 of_platform_default_populate(NULL, NULL, NULL);
25 static const char *const at91_dt_board_compat[] __initconst = {
30 DT_MACHINE_START(at91sam_dt, "Atmel AT91SAM9")
31 /* Maintainer: Atmel */
32 .init_machine = at91sam9_init,
33 .dt_compat = at91_dt_board_compat,