dts: artik533: add new artik533 dts file
authorJaewon Kim <jaewon02.kim@samsung.com>
Wed, 28 Jun 2017 09:29:05 +0000 (18:29 +0900)
committerJaewon Kim <jaewon02.kim@samsung.com>
Wed, 28 Jun 2017 09:29:05 +0000 (18:29 +0900)
This patch adds s5p4418 based artik533 raptor dts file.
Artik533 board is very similary to Artik530 board.

Change-Id: I6a46f8f450d570abf56963c9d2d09b4be1f3a01c
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
arch/arm/dts/Makefile
arch/arm/dts/s5p4418-artik533-raptor.dts [new file with mode: 0644]

index fe7990550ad3cc1d1417a4bf19571b47531146aa..553164f869248608b6fd2b394f0dcc454819779f 100644 (file)
@@ -13,6 +13,7 @@ dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \
 
 dtb-$(CONFIG_ARCH_S5P4418) += s5p4418-drone.dtb \
        s5p4418-artik530-raptor.dtb \
+       s5p4418-artik533-raptor.dtb \
        s5p4418-artik305-raptor.dtb
 
 dtb-$(CONFIG_ARCH_S5P6818) += s5p6818-drone.dtb \
diff --git a/arch/arm/dts/s5p4418-artik533-raptor.dts b/arch/arm/dts/s5p4418-artik533-raptor.dts
new file mode 100644 (file)
index 0000000..333a717
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * (C) Copyright 2017 Samsung Electronics.
+ * Jaewon Kim <jaewon02.kim@samsung.com>
+ *
+ * SPDX-License-Identifier:      GPL-2.0+
+ */
+
+/dts-v1/;
+#include "s5p4418-artik530-raptor-common.dtsi"
+
+/ {
+       model = "Samsung artik533 raptor board based on Nexell s5p4418";
+};