Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: mobileye: Add EPM5 device tree

Add a device tree for the Mobileye EPM5 evaluation board.

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>

authored by

Gregory CLEMENT and committed by
Thomas Bogendoerfer
263909a7 8f6fd33b

+27
+4
arch/mips/boot/dts/mobileye/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + # Copyright 2023 Mobileye Vision Technologies Ltd. 3 + 4 + dtb-$(CONFIG_MACH_EYEQ5) += eyeq5-epm5.dtb
+23
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
··· 1 + // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + /* 3 + * Copyright 2023 Mobileye Vision Technologies Ltd. 4 + */ 5 + 6 + /dts-v1/; 7 + 8 + #include "eyeq5.dtsi" 9 + 10 + / { 11 + compatible = "mobileye,eyeq5-epm5", "mobileye,eyeq5"; 12 + model = "Mobile EyeQ5 MP5 Evaluation board"; 13 + 14 + chosen { 15 + stdout-path = "serial2:115200n8"; 16 + }; 17 + 18 + memory@0 { 19 + device_type = "memory"; 20 + reg = <0x0 0x40000000 0x0 0x02000000>, 21 + <0x8 0x02000000 0x0 0x7E000000>; 22 + }; 23 + };