xref: /freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq5-epm5.dts (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1*01950c46SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*01950c46SEmmanuel Vadot/*
3*01950c46SEmmanuel Vadot * Copyright 2023 Mobileye Vision Technologies Ltd.
4*01950c46SEmmanuel Vadot */
5*01950c46SEmmanuel Vadot
6*01950c46SEmmanuel Vadot/dts-v1/;
7*01950c46SEmmanuel Vadot
8*01950c46SEmmanuel Vadot#include "eyeq5.dtsi"
9*01950c46SEmmanuel Vadot
10*01950c46SEmmanuel Vadot/ {
11*01950c46SEmmanuel Vadot	compatible = "mobileye,eyeq5-epm5", "mobileye,eyeq5";
12*01950c46SEmmanuel Vadot	model = "Mobile EyeQ5 MP5 Evaluation board";
13*01950c46SEmmanuel Vadot
14*01950c46SEmmanuel Vadot	chosen {
15*01950c46SEmmanuel Vadot		stdout-path = "serial2:115200n8";
16*01950c46SEmmanuel Vadot	};
17*01950c46SEmmanuel Vadot
18*01950c46SEmmanuel Vadot	memory@0 {
19*01950c46SEmmanuel Vadot		device_type = "memory";
20*01950c46SEmmanuel Vadot		reg = <0x0 0x40000000 0x0 0x02000000>,
21*01950c46SEmmanuel Vadot		      <0x8 0x02000000 0x0 0x7E000000>;
22*01950c46SEmmanuel Vadot	};
23*01950c46SEmmanuel Vadot};
24