mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
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>
This commit is contained in:
parent
8f6fd33b72
commit
263909a753
4
arch/mips/boot/dts/mobileye/Makefile
Normal file
4
arch/mips/boot/dts/mobileye/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright 2023 Mobileye Vision Technologies Ltd.
|
||||
|
||||
dtb-$(CONFIG_MACH_EYEQ5) += eyeq5-epm5.dtb
|
23
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
Normal file
23
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
Normal file
@ -0,0 +1,23 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
/*
|
||||
* Copyright 2023 Mobileye Vision Technologies Ltd.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "eyeq5.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "mobileye,eyeq5-epm5", "mobileye,eyeq5";
|
||||
model = "Mobile EyeQ5 MP5 Evaluation board";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial2:115200n8";
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x40000000 0x0 0x02000000>,
|
||||
<0x8 0x02000000 0x0 0x7E000000>;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user