summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/arm/mt8135-evbp1.dts
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-02-28 00:06:04 +0000
committerimp <imp@FreeBSD.org>2015-02-28 00:06:04 +0000
commitce485e4c79b98cda7f1980ae3ee0f7dde59ea01e (patch)
tree79a2ce143ad8540b986932d5f0cebaba54eb91b6 /sys/gnu/dts/arm/mt8135-evbp1.dts
parentb0eaf97404a593ddc86481bc83a7900dd220248a (diff)
parentd20d055226e5e3715301cfa49a24fff381cb113b (diff)
downloadFreeBSD-src-ce485e4c79b98cda7f1980ae3ee0f7dde59ea01e.zip
FreeBSD-src-ce485e4c79b98cda7f1980ae3ee0f7dde59ea01e.tar.gz
Merge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec529059) files
from the git tree. This merges a lot that we're not using, but there's too many files to be selective and have a hope of catching everything. If there are conflicts with the rest of the tree, we'll resolve them on a case by case basis. MFC after: 2 weeks Sponsored by: Netflix, Inc.
Diffstat (limited to 'sys/gnu/dts/arm/mt8135-evbp1.dts')
-rw-r--r--sys/gnu/dts/arm/mt8135-evbp1.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/mt8135-evbp1.dts b/sys/gnu/dts/arm/mt8135-evbp1.dts
new file mode 100644
index 0000000..3667738
--- /dev/null
+++ b/sys/gnu/dts/arm/mt8135-evbp1.dts
@@ -0,0 +1,29 @@
+/*
+ * Copyright (c) 2014 MediaTek Inc.
+ * Author: Joe.C <yingjoe.chen@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 "mt8135.dtsi"
+
+/ {
+ model = "MediaTek MT8135 evaluation board";
+ compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135";
+
+ memory {
+ reg = <0 0x80000000 0 0x40000000>;
+ };
+};
+
+&uart3 {
+ status = "okay";
+};
OpenPOWER on IntegriCloud