2 * Broadcom BCM470X / BCM5301X ARM platform code.
4 * Copyright 2013 Hauke Mehrtens <hauke@hauke-m.de>
6 * Licensed under the GNU/GPL. See COPYING for details.
8 #include <linux/of_platform.h>
9 #include <asm/hardware/cache-l2x0.h>
11 #include <asm/mach/arch.h>
13 static const char *const bcm5301x_dt_compat
[] __initconst
= {
18 DT_MACHINE_START(BCM5301X
, "BCM5301X")
21 .dt_compat
= bcm5301x_dt_compat
,