1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2017 Broadcom
4 #include <asm/mach/arch.h>
6 static const char * const bcm_hr2_dt_compat
[] __initconst
= {
11 DT_MACHINE_START(BCM_HR2_DT
, "Broadcom Hurricane 2 SoC")
14 .dt_compat
= bcm_hr2_dt_compat
,