1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014 Linaro Ltd.
7 #include <asm/mach/arch.h>
9 static const char *const realview_dt_platform_compat[] __initconst = {
11 "arm,realview-pb1176",
17 DT_MACHINE_START(REALVIEW_DT, "ARM RealView Machine (Device Tree Support)")
18 #ifdef CONFIG_ZONE_DMA
19 .dma_zone_size = SZ_256M,
21 .dt_compat = realview_dt_platform_compat,