summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mm-venice-gw72xx-0x.dts
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-02 14:00:20 -0800
committerStefano Babic <sbabic@denx.de>2021-03-03 14:15:02 +0100
commit5db93abe33c5c2ad37f0017f108ceb2757cac34e (patch)
treeca51eb10a8a572937a7c32d3fc8e69e7acb9bf29 /arch/arm/dts/imx8mm-venice-gw72xx-0x.dts
parent7034478a2f05ee9f9cac97b83ac2d9e246016890 (diff)
arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kits
Add Gateworks i.MX 8M Mini Development kits from Linux-5.12-rc1 Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts/imx8mm-venice-gw72xx-0x.dts')
-rw-r--r--arch/arm/dts/imx8mm-venice-gw72xx-0x.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-venice-gw72xx-0x.dts b/arch/arm/dts/imx8mm-venice-gw72xx-0x.dts
new file mode 100644
index 0000000000..641be3af98
--- /dev/null
+++ b/arch/arm/dts/imx8mm-venice-gw72xx-0x.dts
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright 2020 Gateworks Corporation
+ */
+
+/dts-v1/;
+
+#include "imx8mm.dtsi"
+#include "imx8mm-venice-gw700x.dtsi"
+#include "imx8mm-venice-gw72xx.dtsi"
+
+/ {
+ model = "Gateworks Venice GW72xx-0x i.MX8MM Development Kit";
+ compatible = "gw,imx8mm-gw72xx-0x", "fsl,imx8mm";
+
+ chosen {
+ stdout-path = &uart2;
+ };
+};