ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S'
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 4 Nov 2019 11:54:10 +0000 (11:54 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Nov 2019 14:34:03 +0000 (22:34 +0800)
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>
arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-kontron-n6411-s.dts [new file with mode: 0644]

diff --git a/arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts b/arch/arm/boot/dts/imx6ul-kontron-n6311-s.dts
new file mode 100644 (file)
index 0000000..239a1af
--- /dev/null
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2017 exceet electronics GmbH
+ * Copyright (C) 2018 Kontron Electronics GmbH
+ */
+
+/dts-v1/;
+
+#include "imx6ul-kontron-n6311-som.dtsi"
+#include "imx6ul-kontron-n6x1x-s.dtsi"
+
+/ {
+       model = "Kontron N6311 S";
+       compatible = "kontron,imx6ul-n6311-s", "kontron,imx6ul-n6311-som",
+                    "fsl,imx6ul";
+};
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 (file)
index 0000000..57588a5
--- /dev/null
@@ -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";
+};