summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91-kizbox2-2.dts
diff options
context:
space:
mode:
authorKamel Bouhara <kamel.bouhara@bootlin.com>2019-11-06 00:22:34 +0300
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2019-11-07 02:38:15 +0300
commitcf79e41074b1759d8d264913b6a15b49c49f9b48 (patch)
treebc940f20b5ed93e3d84093376287d8c489e38aff /arch/arm/boot/dts/at91-kizbox2-2.dts
parentcd584d251554f736e0d3830be0d7cf2b62152b18 (diff)
downloadlinux-cf79e41074b1759d8d264913b6a15b49c49f9b48.tar.xz
ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards
There are several boards available depending on the PCB (3 antennas support and several revison). Add a dtsi file to share common binding between all kizbox2 boards. This patch also add support for the kizbox2-2 variant. Signed-off-by: Kévin RAYMOND <k.raymond@overkiz.com> Signed-off-by: Mickael GARDET <m.gardet@overkiz.com> Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> Link: https://lore.kernel.org/r/20191105212234.22999-2-kamel.bouhara@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-kizbox2-2.dts')
-rw-r--r--arch/arm/boot/dts/at91-kizbox2-2.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox2-2.dts b/arch/arm/boot/dts/at91-kizbox2-2.dts
new file mode 100644
index 000000000000..cab8b3579efa
--- /dev/null
+++ b/arch/arm/boot/dts/at91-kizbox2-2.dts
@@ -0,0 +1,26 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with
+ * two head board
+ *
+ * Copyright (C) 2015 Overkiz SAS
+ *
+ * Authors: Antoine Aubert <a.aubert@overkiz.com>
+ * Kévin Raymond <k.raymond@overkiz.com>
+ */
+/dts-v1/;
+#include "at91-kizbox2-common.dtsi"
+
+/ {
+ model = "Overkiz Kizbox 2 with two heads";
+ compatible = "overkiz,kizbox2-2", "atmel,sama5d31",
+ "atmel,sama5d3", "atmel,sama5";
+};
+
+&usart1 {
+ status = "okay";
+};
+
+&usart2 {
+ status = "okay";
+};