mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Add the device tree of the evaluation board of the EyeQ6Lplus SoC. The board comes with 2GB of RAM and an SPI NAND connected to the octoSPI controller The UART of the SoC is used as the serial console. Signed-off-by: Benoît Monin <benoit.monin@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7 lines
236 B
Makefile
7 lines
236 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright 2023 Mobileye Vision Technologies Ltd.
|
|
|
|
dtb-$(CONFIG_MACH_EYEQ5) += eyeq5-epm5.dtb
|
|
dtb-$(CONFIG_MACH_EYEQ6H) += eyeq6h-epm6.dtb
|
|
dtb-$(CONFIG_MACH_EYEQ6LPLUS) += eyeq6lplus-epm6.dtb
|