1464c510fSMars Cheng/*
2464c510fSMars Cheng * Copyright (c) 2017 MediaTek Inc.
3464c510fSMars Cheng * Author: Mars.C <mars.cheng@mediatek.com>
4464c510fSMars Cheng *
5464c510fSMars Cheng * This program is free software; you can redistribute it and/or modify
6464c510fSMars Cheng * it under the terms of the GNU General Public License version 2 as
7464c510fSMars Cheng * published by the Free Software Foundation.
8464c510fSMars Cheng *
9464c510fSMars Cheng * This program is distributed in the hope that it will be useful,
10464c510fSMars Cheng * but WITHOUT ANY WARRANTY; without even the implied warranty of
11464c510fSMars Cheng * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12464c510fSMars Cheng * GNU General Public License for more details.
13464c510fSMars Cheng */
14464c510fSMars Cheng
15464c510fSMars Cheng/dts-v1/;
16464c510fSMars Cheng#include "mt6797.dtsi"
17464c510fSMars Cheng
18464c510fSMars Cheng/ {
19464c510fSMars Cheng	model = "MediaTek MT6797 Evaluation Board";
20464c510fSMars Cheng	compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
21464c510fSMars Cheng
22464c510fSMars Cheng	aliases {
23464c510fSMars Cheng		serial0 = &uart0;
24464c510fSMars Cheng	};
25464c510fSMars Cheng
26464c510fSMars Cheng	memory@40000000 {
27464c510fSMars Cheng		device_type = "memory";
28464c510fSMars Cheng		reg = <0 0x40000000 0 0x1e800000>;
29464c510fSMars Cheng	};
30464c510fSMars Cheng
31464c510fSMars Cheng	chosen {};
32464c510fSMars Cheng};
33464c510fSMars Cheng
34464c510fSMars Cheng&uart0 {
35464c510fSMars Cheng	status = "okay";
36464c510fSMars Cheng};
37