mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-03 19:53:32 +00:00
101bd58fde
Introduce support for the MIPS based Mobileye EyeQ5 SoCs. Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
25 lines
460 B
ArmAsm
25 lines
460 B
ArmAsm
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
|
|
/ {
|
|
images {
|
|
fdt-mobileye-epm5 {
|
|
description = "Mobileeye MP5 Device Tree";
|
|
data = /incbin/("boot/dts/mobileye/eyeq5-epm5.dtb");
|
|
type = "flat_dt";
|
|
arch = "mips";
|
|
compression = "none";
|
|
hash {
|
|
algo = "sha1";
|
|
};
|
|
};
|
|
};
|
|
|
|
configurations {
|
|
default = "conf-1";
|
|
conf-1 {
|
|
description = "Mobileye EPM5 Linux kernel";
|
|
kernel = "kernel";
|
|
fdt = "fdt-mobileye-epm5";
|
|
};
|
|
};
|
|
};
|