1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2010 Broadcom
6 #include <linux/init.h>
7 #include <linux/irqchip.h>
8 #include <linux/of_address.h>
10 #include <asm/mach/arch.h>
11 #include <asm/mach/map.h>
15 static const char * const bcm2835_compat[] = {
16 #ifdef CONFIG_ARCH_MULTI_V6
19 #ifdef CONFIG_ARCH_MULTI_V7
26 DT_MACHINE_START(BCM2835, "BCM2835")
27 .dt_compat = bcm2835_compat,
28 .smp = smp_ops(bcm2836_smp_ops),