summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/bcm_cygnus.c
blob: 2469b66cc59e0f7dca530fb0e84da1612cbaa054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2014 Broadcom Corporation

#include <asm/mach/arch.h>

static const char * const bcm_cygnus_dt_compat[] __initconst = {
	"brcm,cygnus",
	NULL,
};

DT_MACHINE_START(BCM_CYGNUS_DT, "Broadcom Cygnus SoC")
	.l2c_aux_val	= 0,
	.l2c_aux_mask	= ~0,
	.dt_compat = bcm_cygnus_dt_compat,
MACHINE_END