1295011Sandrew/*
2295011Sandrew * Copyright (c) 2015 MediaTek Inc.
3295011Sandrew * Author: Erin Lo <erin.lo@mediatek.com>
4295011Sandrew *
5295011Sandrew * This program is free software; you can redistribute it and/or modify
6295011Sandrew * it under the terms of the GNU General Public License version 2 as
7295011Sandrew * published by the Free Software Foundation.
8295011Sandrew *
9295011Sandrew * This program is distributed in the hope that it will be useful,
10295011Sandrew * but WITHOUT ANY WARRANTY; without even the implied warranty of
11295011Sandrew * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12295011Sandrew * GNU General Public License for more details.
13295011Sandrew */
14295011Sandrew
15295011Sandrew/dts-v1/;
16295011Sandrew#include "mt2701.dtsi"
17295011Sandrew
18295011Sandrew/ {
19295011Sandrew	model = "MediaTek MT2701 evaluation board";
20295011Sandrew	compatible = "mediatek,mt2701-evb", "mediatek,mt2701";
21295011Sandrew
22295011Sandrew	memory {
23295011Sandrew		reg = <0 0x80000000 0 0x40000000>;
24295011Sandrew	};
25295011Sandrew};
26295011Sandrew
27295011Sandrew&uart0 {
28295011Sandrew	status = "okay";
29295011Sandrew};
30