162306a36Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) Sunplus Technology Co., Ltd.
462306a36Sopenharmony_ci *       All rights reserved.
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci#include <linux/kernel.h>
762306a36Sopenharmony_ci#include <asm/mach/arch.h>
862306a36Sopenharmony_ci
962306a36Sopenharmony_cistatic const char *sp7021_compat[] __initconst = {
1062306a36Sopenharmony_ci	"sunplus,sp7021",
1162306a36Sopenharmony_ci	NULL
1262306a36Sopenharmony_ci};
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciDT_MACHINE_START(SP7021_DT, "SP7021")
1562306a36Sopenharmony_ci	.dt_compat	= sp7021_compat,
1662306a36Sopenharmony_ciMACHINE_END
17