// SPDX-License-Identifier: GPL-2.01/*2* Device Tree support for Marvell Berlin SoCs.3*4* Sebastian Hesselbarth <[email protected]>5*6* based on GPL'ed 2.6 kernel sources7* (c) Marvell International Ltd.8*/910#include <asm/mach/arch.h>1112static const char * const berlin_dt_compat[] = {13"marvell,berlin",14NULL,15};1617DT_MACHINE_START(BERLIN_DT, "Marvell Berlin")18.dt_compat = berlin_dt_compat,19/*20* with DT probing for L2CCs, berlin_init_machine can be removed.21* Note: 88DE3005 (Armada 1500-mini) uses pl310 l2cc22*/23.l2c_aux_val = 0x30c00000,24.l2c_aux_mask = 0xfeffffff,25MACHINE_END262728