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