1 // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 3 * Device Tree board file for NXP LPC18xx/43xx 4 * 5 * Copyright (C) 2015 Joachim Eastwood <manabi 6 */ 7 8 #include <asm/mach/arch.h> 9 10 static const char *const lpc18xx_43xx_compat[] 11 "nxp,lpc1850", 12 "nxp,lpc4350", 13 "nxp,lpc4370", 14 NULL 15 }; 16 17 DT_MACHINE_START(LPC18XXDT, "NXP LPC18xx/43xx 18 .dt_compat = lpc18xx_43xx_compat, 19 MACHINE_END 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.