1 // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 3 * Copyright (C) 2014 Linaro Ltd. 4 * 5 * Author: Linus Walleij <linus.walleij@linaro 6 */ 7 #include <asm/mach/arch.h> 8 9 static const char *const realview_dt_platform_ 10 "arm,realview-eb", 11 "arm,realview-pb1176", 12 "arm,realview-pba8", 13 "arm,realview-pbx", 14 NULL, 15 }; 16 17 DT_MACHINE_START(REALVIEW_DT, "ARM RealView Ma 18 #ifdef CONFIG_ZONE_DMA 19 .dma_zone_size = SZ_256M, 20 #endif 21 .dt_compat = realview_dt_platform 22 .l2c_aux_val = 0x0, 23 .l2c_aux_mask = ~0x0, 24 MACHINE_END 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.