1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright (C) 2020 MediaTek Inc. 4 * Author: Seiya Wang <seiya.wang@mediatek.com> 5 */ 6 /dts-v1/; 7 #include "mt8192.dtsi" 8 #include "mt6359.dtsi" 9 10 / { 11 model = "MediaTek MT8192 evaluation board"; 12 compatible = "mediatek,mt8192-evb", "mediatek,mt8192"; 13 14 aliases { 15 serial0 = &uart0; 16 }; 17 18 chosen { 19 stdout-path = "serial0:921600n8"; 20 }; 21 22 memory@40000000 { 23 device_type = "memory"; 24 reg = <0 0x40000000 0 0x80000000>; 25 }; 26 }; 27 28 &uart0 { 29 status = "okay"; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.