2 * Device Tree board file for NXP LPC18xx/43xx
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
11 #include <asm/mach/arch.h>
13 static const char *const lpc18xx_43xx_compat[] __initconst = {
20 DT_MACHINE_START(LPC18XXDT, "NXP LPC18xx/43xx (Device Tree)")
21 .dt_compat = lpc18xx_43xx_compat,