summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2019-11-04 11:54:10 +0000
committerAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-08-18 21:29:00 +0000
commitd2029cfa06a4dd56ac5ae277dc11e89fa31cfe88 (patch)
tree2f532c1ccdeba4c56b1d71ad675b53af0d9a4fe0 /arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts
parent2e1ebcc95e31a1992e72727766fe4df5c90b0c4f (diff)
ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S'
The 'N6311 S' and the 'N6411 S' are similar to the Kontron 'N6310 S' evaluation kit boards. Instead of the N6310 SoM, they feature a N6311 or N6411 SoM. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org> (cherry picked from commit 2e426b2bdc69721723016f1067a77bb66ab90a27) (cherry picked from commit d4b105f930e2d7a173116478b2e047af00028325)
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts b/arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts
new file mode 100644
index 000000000000..57588a5e1e34
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2017 exceet electronics GmbH
+ * Copyright (C) 2019 Kontron Electronics GmbH
+ */
+
+/dts-v1/;
+
+#include "imx6ull-kontron-n6411-som.dtsi"
+#include "imx6ul-kontron-n6x1x-s.dtsi"
+
+/ {
+ model = "Kontron N6411 S";
+ compatible = "kontron,imx6ull-n6411-s", "kontron,imx6ull-n6411-som",
+ "fsl,imx6ull";
+};