mt2701-evb.dts revision 295011
11558Srgrimes/*
250476Speter * Copyright (c) 2015 MediaTek Inc.
31558Srgrimes * Author: Erin Lo <erin.lo@mediatek.com>
4114460Sru *
5114460Sru * This program is free software; you can redistribute it and/or modify
61558Srgrimes * it under the terms of the GNU General Public License version 2 as
71558Srgrimes * published by the Free Software Foundation.
8203155Sjh *
9203155Sjh * This program is distributed in the hope that it will be useful,
101558Srgrimes * but WITHOUT ANY WARRANTY; without even the implied warranty of
111558Srgrimes * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12203155Sjh * GNU General Public License for more details.
13203155Sjh */
141558Srgrimes
151558Srgrimes/dts-v1/;
16#include "mt2701.dtsi"
17
18/ {
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