summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-gw5907.dts
diff options
context:
space:
mode:
authorRobert Jones <rjones@gateworks.com>2020-01-08 07:44:21 -0800
committerShawn Guo <shawnguo@kernel.org>2020-01-12 14:22:09 +0800
commit125120298dc05bb55a8874f07aa3f4bb6056bfb3 (patch)
tree7602dd1350d7599e63f79d26d78c1240a5dc889c /arch/arm/boot/dts/imx6dl-gw5907.dts
parent3b49b6cde5136972dfa417112a11583a6924204a (diff)
ARM: dts: imx: Add GW5907 board support
The Gateworks GW5907 is an IMX6 SoC based single board computer with: - IMX6Q or IMX6DL - 32bit DDR3 DRAM - FEC GbE Phy - bi-color front-panel LED - 256MB NAND boot device - Gateworks System Controller (hwmon, pushbutton controller, EEPROM) - Digital IO expander (pca9555) - Joystick 12bit adc (ads1015) Signed-off-by: Robert Jones <rjones@gateworks.com> Reviewed-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-gw5907.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-gw5907.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-gw5907.dts b/arch/arm/boot/dts/imx6dl-gw5907.dts
new file mode 100644
index 000000000000..3fa2822beffc
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-gw5907.dts
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright 2019 Gateworks Corporation
+ */
+
+/dts-v1/;
+
+#include "imx6dl.dtsi"
+#include "imx6qdl-gw5907.dtsi"
+
+/ {
+ model = "Gateworks Ventana i.MX6 DualLite/Solo GW5907";
+ compatible = "gw,imx6dl-gw5907", "gw,ventana", "fsl,imx6dl";
+};