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