/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2022 Andes Technology Corporation * * Authors: * Yu Chien Peter Lin */ #include #include #include static const struct fdt_match andes_ae350_match[] = { { .compatible = "andestech,ae350" }, { }, }; const struct platform_override andes_ae350 = { .match_table = andes_ae350_match, };