0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003 * Copyright (c) 2019 MediaTek Inc.
0004 * Author: Mars.C <mars.cheng@mediatek.com>
0005 *
0006 */
0007
0008 /dts-v1/;
0009 #include "mt6779.dtsi"
0010
0011 / {
0012 model = "MediaTek MT6779 EVB";
0013 compatible = "mediatek,mt6779-evb", "mediatek,mt6779";
0014
0015 aliases {
0016 serial0 = &uart0;
0017 };
0018
0019 memory@40000000 {
0020 device_type = "memory";
0021 reg = <0 0x40000000 0 0x1e800000>;
0022 };
0023
0024 chosen {
0025 stdout-path = "serial0:921600n8";
0026 };
0027 };
0028
0029 &uart0 {
0030 status = "okay";
0031 };