mt8135-evbp1.dts revision 279377
1279377Simp/*
2279377Simp * Copyright (c) 2014 MediaTek Inc.
3279377Simp * Author: Joe.C <yingjoe.chen@mediatek.com>
4279377Simp *
5279377Simp * This program is free software; you can redistribute it and/or modify
6279377Simp * it under the terms of the GNU General Public License version 2 as
7279377Simp * published by the Free Software Foundation.
8279377Simp *
9279377Simp * This program is distributed in the hope that it will be useful,
10279377Simp * but WITHOUT ANY WARRANTY; without even the implied warranty of
11279377Simp * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12279377Simp * GNU General Public License for more details.
13279377Simp */
14279377Simp
15279377Simp/dts-v1/;
16279377Simp#include "mt8135.dtsi"
17279377Simp
18279377Simp/ {
19279377Simp	model = "MediaTek MT8135 evaluation board";
20279377Simp	compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135";
21279377Simp
22279377Simp	memory {
23279377Simp		reg = <0 0x80000000 0 0x40000000>;
24279377Simp	};
25279377Simp};
26279377Simp
27279377Simp&uart3 {
28279377Simp	status = "okay";
29279377Simp};
30