![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-or-later 0002 /* 0003 * Copyright (C) 2014 Carlo Caione <carlo@caione.org> 0004 */ 0005 0006 #include <linux/of_platform.h> 0007 #include <asm/mach/arch.h> 0008 0009 static const char * const meson_common_board_compat[] = { 0010 "amlogic,meson6", 0011 "amlogic,meson8", 0012 "amlogic,meson8b", 0013 "amlogic,meson8m2", 0014 NULL, 0015 }; 0016 0017 DT_MACHINE_START(MESON, "Amlogic Meson platform") 0018 .dt_compat = meson_common_board_compat, 0019 .l2c_aux_val = 0, 0020 .l2c_aux_mask = ~0, 0021 MACHINE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |