1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2012-2013 Freescale Semiconductor, Inc.
6 #include <linux/of_platform.h>
7 #include <linux/irqchip.h>
8 #include <asm/mach/arch.h>
9 #include <asm/hardware/cache-l2x0.h>
11 static const char * const vf610_dt_compat
[] __initconst
= {
20 DT_MACHINE_START(VYBRID_VF610
, "Freescale Vybrid VF5xx/VF6xx (Device Tree)")
23 .dt_compat
= vf610_dt_compat
,