Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Device Tree board file for NXP LPC18xx/43xx
0004  *
0005  * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com>
0006  */
0007 
0008 #include <asm/mach/arch.h>
0009 
0010 static const char *const lpc18xx_43xx_compat[] __initconst = {
0011     "nxp,lpc1850",
0012     "nxp,lpc4350",
0013     "nxp,lpc4370",
0014     NULL
0015 };
0016 
0017 DT_MACHINE_START(LPC18XXDT, "NXP LPC18xx/43xx (Device Tree)")
0018     .dt_compat = lpc18xx_43xx_compat,
0019 MACHINE_END