mt2701-evb.dts revision 295436
1284345Ssjg/*
2284345Ssjg * Copyright (c) 2015 MediaTek Inc.
3284345Ssjg * Author: Erin Lo <erin.lo@mediatek.com>
4284345Ssjg *
5284345Ssjg * This program is free software; you can redistribute it and/or modify
6284345Ssjg * it under the terms of the GNU General Public License version 2 as
7284345Ssjg * published by the Free Software Foundation.
8284345Ssjg *
9284345Ssjg * This program is distributed in the hope that it will be useful,
10284345Ssjg * but WITHOUT ANY WARRANTY; without even the implied warranty of
11284345Ssjg * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12284345Ssjg * GNU General Public License for more details.
13284345Ssjg */
14284345Ssjg
15284345Ssjg/dts-v1/;
16284345Ssjg#include "mt2701.dtsi"
17284345Ssjg
18284345Ssjg/ {
19	model = "MediaTek MT2701 evaluation board";
20	compatible = "mediatek,mt2701-evb", "mediatek,mt2701";
21
22	memory {
23		reg = <0 0x80000000 0 0x40000000>;
24	};
25};
26
27&uart0 {
28	status = "okay";
29};
30