1e2694524SMars Cheng/*
2e2694524SMars Cheng * Copyright (c) 2015 MediaTek Inc.
3e2694524SMars Cheng * Author: Mars.C <mars.cheng@mediatek.com>
4e2694524SMars Cheng *
5e2694524SMars Cheng * This program is free software; you can redistribute it and/or modify
6e2694524SMars Cheng * it under the terms of the GNU General Public License version 2 as
7e2694524SMars Cheng * published by the Free Software Foundation.
8e2694524SMars Cheng *
9e2694524SMars Cheng * This program is distributed in the hope that it will be useful,
10e2694524SMars Cheng * but WITHOUT ANY WARRANTY; without even the implied warranty of
11e2694524SMars Cheng * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12e2694524SMars Cheng * GNU General Public License for more details.
13e2694524SMars Cheng */
14e2694524SMars Cheng
15e2694524SMars Cheng/dts-v1/;
16e2694524SMars Cheng#include "mt6795.dtsi"
17e2694524SMars Cheng
18e2694524SMars Cheng/ {
19e2694524SMars Cheng	model = "MediaTek MT6795 Evaluation Board";
20e2694524SMars Cheng	compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
21e2694524SMars Cheng
22e2694524SMars Cheng	aliases {
23e2694524SMars Cheng		serial0 = &uart0;
24e2694524SMars Cheng		serial1 = &uart1;
25e2694524SMars Cheng		serial2 = &uart2;
26e2694524SMars Cheng		serial3 = &uart3;
27e2694524SMars Cheng	};
28e2694524SMars Cheng
29e2694524SMars Cheng	memory@40000000 {
30e2694524SMars Cheng		device_type = "memory";
31e2694524SMars Cheng		reg = <0 0x40000000 0 0x1e800000>;
32e2694524SMars Cheng	};
33e2694524SMars Cheng
34e2694524SMars Cheng	chosen {
35e2694524SMars Cheng		stdout-path = "serial0:921600n8";
36e2694524SMars Cheng	};
37e2694524SMars Cheng};
38e2694524SMars Cheng
39e2694524SMars Cheng&uart0 {
40e2694524SMars Cheng	status = "okay";
41e2694524SMars Cheng};
42