Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-block.git] / arch / arm / mach-meson / meson.c
CommitLineData
c942fddf 1// SPDX-License-Identifier: GPL-2.0-or-later
3b8f5030
CC
2/*
3 * Copyright (C) 2014 Carlo Caione <carlo@caione.org>
3b8f5030
CC
4 */
5
6#include <linux/of_platform.h>
7#include <asm/mach/arch.h>
8
e790af67 9static const char * const meson_common_board_compat[] = {
3b8f5030 10 "amlogic,meson6",
e790af67 11 "amlogic,meson8",
55fa3ee0 12 "amlogic,meson8b",
0633d20f 13 "amlogic,meson8m2",
3b8f5030
CC
14 NULL,
15};
16
e790af67
BG
17DT_MACHINE_START(MESON, "Amlogic Meson platform")
18 .dt_compat = meson_common_board_compat,
6a4ccd9a
BG
19 .l2c_aux_val = 0,
20 .l2c_aux_mask = ~0,
3b8f5030 21MACHINE_END