1295011Sandrew/*
2295011Sandrew * Copyright (c) 2015 MediaTek Inc.
3295011Sandrew * Author: Mars.C <mars.cheng@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 "mt6580.dtsi"
17295011Sandrew
18295011Sandrew/ {
19295011Sandrew	model = "MediaTek MT6580 evaluation board";
20295011Sandrew	compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
21295011Sandrew
22295011Sandrew	aliases {
23295011Sandrew		serial0 = &uart0;
24295011Sandrew		serial1 = &uart1;
25295011Sandrew	};
26295011Sandrew
27295011Sandrew	chosen {
28295011Sandrew		stdout-path = "serial0:921600n8";
29295011Sandrew	};
30295011Sandrew
31295011Sandrew	memory {
32295011Sandrew		reg = <0x80000000 0x20000000>;
33295011Sandrew	};
34295011Sandrew};
35295011Sandrew
36295011Sandrew&uart0 {
37295011Sandrew	status = "okay";
38295011Sandrew};
39