summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/mt6580-evbp1.dts
diff options
context:
space:
mode:
authorMars Cheng <mars.cheng@mediatek.com>2015-07-14 14:07:09 +0800
committerMatthias Brugger <matthias.bgg@gmail.com>2015-07-18 00:22:42 +0200
commit7d4938c14d239768a2e0bdd94457f405e6d35555 (patch)
treee9553465657501af7519bcbc7dd746a7e1405223 /arch/arm/boot/dts/mt6580-evbp1.dts
parent69a462b9532c906441ccbec52b62e4a8b5f26271 (diff)
ARM: dts: mediatek: add mt6580 basic support
This adds basic chip support for Mediatek 6580. Signed-off-by: Mars Cheng <mars.cheng@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/mt6580-evbp1.dts')
-rw-r--r--arch/arm/boot/dts/mt6580-evbp1.dts38
1 files changed, 38 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt6580-evbp1.dts b/arch/arm/boot/dts/mt6580-evbp1.dts
new file mode 100644
index 000000000000..17daeae6bbe8
--- /dev/null
+++ b/arch/arm/boot/dts/mt6580-evbp1.dts
@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2015 MediaTek Inc.
+ * Author: Mars.C <mars.cheng@mediatek.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+/dts-v1/;
+#include "mt6580.dtsi"
+
+/ {
+ model = "MediaTek MT6580 evaluation board";
+ compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
+
+ aliases {
+ serial0 = &uart0;
+ serial1 = &uart1;
+ };
+
+ chosen {
+ stdout-path = "serial0:921600n8";
+ };
+
+ memory {
+ reg = <0x80000000 0x20000000>;
+ };
+};
+
+&uart0 {
+ status = "okay";
+};