xref: /kernel/linux/linux-6.6/arch/arm/mach-berlin/berlin.c (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/arm/mach-berlin/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Device Tree support for Marvell Berlin SoCs.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * based on GPL'ed 2.6 kernel sources
862306a36Sopenharmony_ci *  (c) Marvell International Ltd.
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#include <asm/mach/arch.h>
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cistatic const char * const berlin_dt_compat[] = {
1462306a36Sopenharmony_ci	"marvell,berlin",
1562306a36Sopenharmony_ci	NULL,
1662306a36Sopenharmony_ci};
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciDT_MACHINE_START(BERLIN_DT, "Marvell Berlin")
1962306a36Sopenharmony_ci	.dt_compat	= berlin_dt_compat,
2062306a36Sopenharmony_ci	/*
2162306a36Sopenharmony_ci	 * with DT probing for L2CCs, berlin_init_machine can be removed.
2262306a36Sopenharmony_ci	 * Note: 88DE3005 (Armada 1500-mini) uses pl310 l2cc
2362306a36Sopenharmony_ci	 */
2462306a36Sopenharmony_ci	.l2c_aux_val	= 0x30c00000,
2562306a36Sopenharmony_ci	.l2c_aux_mask	= 0xfeffffff,
2662306a36Sopenharmony_ciMACHINE_END
27

Indexes created Thu Nov 07 10:32:03 CST 2024