1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2/* 3 * Copyright 2023 Mobileye Vision Technologies Ltd. 4 */ 5 6/dts-v1/; 7 8#include "eyeq5.dtsi" 9 10/ { 11 compatible = "mobileye,eyeq5-epm5", "mobileye,eyeq5"; 12 model = "Mobile EyeQ5 MP5 Evaluation board"; 13 14 chosen { 15 stdout-path = "serial2:115200n8"; 16 }; 17 18 memory@0 { 19 device_type = "memory"; 20 reg = <0x0 0x40000000 0x0 0x02000000>, 21 <0x8 0x02000000 0x0 0x7E000000>; 22 }; 23}; 24 25&i2c2 { 26 temperature-sensor@48 { 27 compatible = "ti,tmp112"; 28 reg = <0x48>; 29 label = "U60"; 30 }; 31}; 32