summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/calao/board.c
blob: cc369c4cf1c112b9270be17a086e31837c18e731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0-or-later

#include <deep-probe.h>
#include <of.h>

static const struct of_device_id calao_of_match[] = {
	{ .compatible = "calao,tny-a9260" },
	{ .compatible = "calao,tny-a9g20" },
	{ .compatible = "calao,usb-a9260" },
	{ .compatible = "calao,usb-a9g20" },
	{ /* sentinel */ },
};
BAREBOX_DEEP_PROBE_ENABLE(calao_of_match);