summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/armv7/sama7g5_devices.c
blob: a58f671f72d979291f2e142e300bb9cb4f68ec83 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2020 Microchip Technology, Inc.
 *		      Eugen Hristev <eugen.hristev@microchip.com>
 */

char *get_cpu_name(void)
{
	return "SAMA7G5";
}