1 // SPDX-License-Identifier: GPL-2.0-only
3 * Device Tree board file for NXP LPC18xx/43xx
5 * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com>
8 #include <asm/mach/arch.h>
10 static const char *const lpc18xx_43xx_compat
[] __initconst
= {
17 DT_MACHINE_START(LPC18XXDT
, "NXP LPC18xx/43xx (Device Tree)")
18 .dt_compat
= lpc18xx_43xx_compat
,