Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-shmobile / setup-r7s72100.c
bloba70b99495e2ecf666d64487e32ec037c0cd9641e
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * r7s72100 processor support
5 * Copyright (C) 2013 Renesas Solutions Corp.
6 * Copyright (C) 2013 Magnus Damm
7 */
9 #include <linux/kernel.h>
11 #include <asm/mach/arch.h>
13 #include "common.h"
15 static const char *const r7s72100_boards_compat_dt[] __initconst = {
16 "renesas,r7s72100",
17 NULL
20 DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
21 .l2c_aux_val = 0,
22 .l2c_aux_mask = ~0,
23 .init_early = shmobile_init_delay,
24 .init_late = shmobile_init_late,
25 .dt_compat = r7s72100_boards_compat_dt,
26 MACHINE_END