]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/mach-shmobile/setup-r7s72100.c
Merge tag 'mtd/fixes-for-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-shmobile / setup-r7s72100.c
CommitLineData
c44e182e 1// SPDX-License-Identifier: GPL-2.0
e3da5b36
MD
2/*
3 * r7s72100 processor support
4 *
5 * Copyright (C) 2013 Renesas Solutions Corp.
6 * Copyright (C) 2013 Magnus Damm
e3da5b36
MD
7 */
8
e3da5b36 9#include <linux/kernel.h>
96bd0900 10
e3da5b36
MD
11#include <asm/mach/arch.h>
12
fd44aa5e 13#include "common.h"
f6ca6f11 14
19c233b7 15static const char *const r7s72100_boards_compat_dt[] __initconst = {
e3da5b36
MD
16 "renesas,r7s72100",
17 NULL,
18};
19
20DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
a96bb197
CB
21 .l2c_aux_val = 0,
22 .l2c_aux_mask = ~0,
b42a6f7e 23 .init_early = shmobile_init_delay,
9b0fd79a 24 .init_late = shmobile_init_late,
e3da5b36
MD
25 .dt_compat = r7s72100_boards_compat_dt,
26MACHINE_END