1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2019 Stefan Wahren
6 #include <linux/of_address.h>
8 #include <asm/mach/arch.h>
12 static const char * const bcm2711_compat[] = {
13 #ifdef CONFIG_ARCH_MULTI_V7
19 DT_MACHINE_START(BCM2711, "BCM2711")
20 #ifdef CONFIG_ZONE_DMA
21 .dma_zone_size = SZ_1G,
23 .dt_compat = bcm2711_compat,
24 .smp = smp_ops(bcm2836_smp_ops),