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