1// SPDX-License-Identifier: GPL-2.0-only
2// Copyright (C) 2016 Broadcom
3
4#include <asm/mach/arch.h>
5
6static const char * const bcm23550_dt_compat[] = {
7 "brcm,bcm23550",
8 NULL,
9};
10
11DT_MACHINE_START(BCM23550_DT, "BCM23550 Broadcom Application Processor")
12 .dt_compat = bcm23550_dt_compat,
13MACHINE_END
14

source code of linux/arch/arm/mach-bcm/board_bcm23550.c