xref: /linux/arch/mips/boot/dts/mobileye/eyeq6h-epm6.dts (revision 4b132aacb0768ac1e652cf517097ea6f237214b9)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Copyright 2024 Mobileye Vision Technologies Ltd.
4 */
5
6/dts-v1/;
7
8#include "eyeq6h.dtsi"
9
10/ {
11	compatible = "mobileye,eyeq6-epm6", "mobileye,eyeq6";
12	model = "Mobile EyeQ6H MP6 Evaluation board";
13
14	chosen {
15		stdout-path = "serial0:921600n8";
16	};
17
18	memory@0 {
19		device_type = "memory";
20		reg = <0x1 0x00000000 0x1 0x00000000>;
21	};
22};
23