Skip to content

Commit 263909a

Browse files
gclementtsbogend
authored andcommitted
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>
1 parent 8f6fd33 commit 263909a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

arch/mips/boot/dts/mobileye/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# Copyright 2023 Mobileye Vision Technologies Ltd.
3+
4+
dtb-$(CONFIG_MACH_EYEQ5) += eyeq5-epm5.dtb
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
};

0 commit comments

Comments
 (0)