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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.