summaryrefslogtreecommitdiffstats
path: root/dts/src/mips/mobileye/eyeq5-epm5.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-03-26 11:20:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-03-26 11:20:49 +0100
commit8622bc3184ea06f0f77185d5e4f77ae5deeb0a82 (patch)
treecf9e37e07dc7922a8b23530e3c3c447ff7170d41 /dts/src/mips/mobileye/eyeq5-epm5.dts
parent8bf6a31b5e8e42da3d2b3e9200887f273ab53d94 (diff)
parent8dde7a4f17a1245a9aaf07372a7256dc4d09d1fa (diff)
downloadbarebox-8622bc3184ea06f0f77185d5e4f77ae5deeb0a82.tar.gz
barebox-8622bc3184ea06f0f77185d5e4f77ae5deeb0a82.tar.xz
Merge branch 'for-next/dts' into next
Diffstat (limited to 'dts/src/mips/mobileye/eyeq5-epm5.dts')
-rw-r--r--dts/src/mips/mobileye/eyeq5-epm5.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/dts/src/mips/mobileye/eyeq5-epm5.dts b/dts/src/mips/mobileye/eyeq5-epm5.dts
new file mode 100644
index 0000000000..6898b2d826
--- /dev/null
+++ b/dts/src/mips/mobileye/eyeq5-epm5.dts
@@ -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>;
+ };
+};