^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) * Device Tree board file for NXP LPC18xx/43xx
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * This file is licensed under the terms of the GNU General Public
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * License version 2. This program is licensed "as is" without any
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) * warranty of any kind, whether express or implied.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #include <asm/mach/arch.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) static const char *const lpc18xx_43xx_compat[] __initconst = {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) "nxp,lpc1850",
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) "nxp,lpc4350",
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) "nxp,lpc4370",
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) NULL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) DT_MACHINE_START(LPC18XXDT, "NXP LPC18xx/43xx (Device Tree)")
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) .dt_compat = lpc18xx_43xx_compat,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) MACHINE_END