1 // SPDX-License-Identifier: GPL-2.0
3 * r7s9210 processor support
5 * Copyright (C) 2018 Renesas Electronics Corporation
6 * Copyright (C) 2018 Chris Brandt
10 #include <linux/kernel.h>
12 #include <asm/mach/arch.h>
16 static const char *const r7s9210_boards_compat_dt
[] __initconst
= {
21 DT_MACHINE_START(R7S72100_DT
, "Generic R7S9210 (Flattened Device Tree)")
24 .init_early
= shmobile_init_delay
,
25 .init_late
= shmobile_init_late
,
26 .dt_compat
= r7s9210_boards_compat_dt
,