1 // SPDX-License-Identifier: GPL-2.0
3 * r7s72100 processor support
5 * Copyright (C) 2013 Renesas Solutions Corp.
6 * Copyright (C) 2013 Magnus Damm
9 #include <linux/kernel.h>
11 #include <asm/mach/arch.h>
15 static const char *const r7s72100_boards_compat_dt
[] __initconst
= {
20 DT_MACHINE_START(R7S72100_DT
, "Generic R7S72100 (Flattened Device Tree)")
23 .init_early
= shmobile_init_delay
,
24 .init_late
= shmobile_init_late
,
25 .dt_compat
= r7s72100_boards_compat_dt
,