summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
diff options
context:
space:
mode:
authorDing Tianhong <dingtianhong@huawei.com>2015-09-06 12:34:35 +0300
committerWei Xu <xuwei5@hisilicon.com>2015-09-21 17:50:50 +0300
commitfcab303c015397c307ae4873e02598f89a4a3ef6 (patch)
tree138a0a6a27dc76965f28295ffd97b677cc1f4cbd /arch/arm64/boot/dts/hisilicon/hip05-d02.dts
parent7334de0de9869666b664683e18836d1ba9910387 (diff)
downloadlinux-fcab303c015397c307ae4873e02598f89a4a3ef6.tar.xz
arm64: dts: add dts files for Hisilicon Hip05-D02 Development Board
Add initial dtsi file to support Hisilicon Hip05-D02 Board with support of CPUs in four clusters and each cluster has quard Cortex-A57. Also add dts file to support Hip05-D02 development board. Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon/hip05-d02.dts')
-rw-r--r--arch/arm64/boot/dts/hisilicon/hip05-d02.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts b/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
new file mode 100644
index 000000000000..ae34e250456f
--- /dev/null
+++ b/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
@@ -0,0 +1,36 @@
+/**
+ * dts file for Hisilicon D02 Development Board
+ *
+ * Copyright (C) 2014,2015 Hisilicon Ltd.
+ *
+ * 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
+ * publishhed by the Free Software Foundation.
+ *
+ */
+
+/dts-v1/;
+
+#include "hip05.dtsi"
+
+/ {
+ model = "Hisilicon Hip05 D02 Development Board";
+ compatible = "hisilicon,hip05-d02";
+
+ memory@00000000 {
+ device_type = "memory";
+ reg = <0x0 0x00000000 0x0 0x80000000>;
+ };
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+
+&uart0 {
+ status = "ok";
+};