summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/hi3519-demb.dts
diff options
context:
space:
mode:
authorJiancheng Xue <xuejiancheng@huawei.com>2016-06-15 10:19:07 +0800
committerWei Xu <xuwei5@hisilicon.com>2016-07-06 09:39:14 +0100
commit747a1af0bb0ed7d1926463d64ee5209206e9e88b (patch)
tree993b217a4165d37c7a20bcfe5a5677cae80f73a1 /arch/arm/boot/dts/hi3519-demb.dts
parent69b76795e1e262349dc5a8af29eeac25038923ae (diff)
ARM: dts: add dts files for Hi3519 and tidy up the makefile entries
- add dts files for Hi3519 - shuffle ARCH_HIGHBANK, ARCH_HISI, ARCH_HIX5HD2 and ARCH_HIP0X around to keep the list sorted Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hi3519-demb.dts')
-rw-r--r--arch/arm/boot/dts/hi3519-demb.dts42
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hi3519-demb.dts b/arch/arm/boot/dts/hi3519-demb.dts
new file mode 100644
index 000000000000..6991ab694c9c
--- /dev/null
+++ b/arch/arm/boot/dts/hi3519-demb.dts
@@ -0,0 +1,42 @@
+/*
+ * Copyright (c) 2015 HiSilicon Technologies Co., Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/dts-v1/;
+#include "hi3519.dtsi"
+
+/ {
+ model = "HiSilicon HI3519 DEMO Board";
+ compatible = "hisilicon,hi3519";
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ memory {
+ device_type = "memory";
+ reg = <0x80000000 0x40000000>;
+ };
+};
+
+&uart0 {
+ status = "okay";
+};
+
+&dual_timer0 {
+ status = "okay";
+};