diff --git a/arch/arm64/boot/dts/keithkoep/Makefile b/arch/arm64/boot/dts/keithkoep/Makefile
index ecf688d5827a109a3e4a1971df3b563956fa29a5..0a6aca852cca0dfa1443fd6c0e0900ca3712b2f2 100644
--- a/arch/arm64/boot/dts/keithkoep/Makefile
+++ b/arch/arm64/boot/dts/keithkoep/Makefile
@@ -4,6 +4,8 @@ dtb-y += 	\
 			guf-tanaro-atm0700l61ct.dtb \
 			guf-tanaro-fg0700w0dsswagl1.dtb \
 			guf-tanaro-fn1010t007b.dtb \
+			guf-tanaro-headless-no-gb-ethernet.dtb \
+			guf-tanaro-headless.dtb \
 			guf-tanaro-qp_070wsvgamlli1d.dtb \
 			guf-tanaro-scx1001255ggu06.dtb \
 			kuk-myon2-conxm-hdmi.dtb \
diff --git a/arch/arm64/boot/dts/keithkoep/guf-tanaro-headless-no-gb-ethernet.dts b/arch/arm64/boot/dts/keithkoep/guf-tanaro-headless-no-gb-ethernet.dts
new file mode 100644
index 0000000000000000000000000000000000000000..20c5f046acdc54b6ef1476a520ed1dc47ee6aac3
--- /dev/null
+++ b/arch/arm64/boot/dts/keithkoep/guf-tanaro-headless-no-gb-ethernet.dts
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2020 Keith & Koep GmbH
+ *
+ */
+
+/dts-v1/;
+
+// Add defines here, which control behaviour of .dtsi:
+
+
+#include "tanaro.dtsi"
+
+/ {
+	model      = "Garz & Fricke GmbH Tanaro headless i.MX8MM";
+	compatible = "kk,trizeps8", "kk,trizeps8mini", "fsl,imx8mm-evk", "fsl,imx8mm";
+
+	chosen {
+		stdout-path = &uart1;
+	};
+};
+
+&i2c3 {
+	/delete-node/ sn65dsi84@2c;
+};
+
+&fec1 {
+    status = "disabled";
+};
+
+
+
+
+
+
+
+
diff --git a/arch/arm64/boot/dts/keithkoep/guf-tanaro-headless.dts b/arch/arm64/boot/dts/keithkoep/guf-tanaro-headless.dts
new file mode 100644
index 0000000000000000000000000000000000000000..87a176e8e5b1b40daaa13ccb28eabd82ae979332
--- /dev/null
+++ b/arch/arm64/boot/dts/keithkoep/guf-tanaro-headless.dts
@@ -0,0 +1,31 @@
+/*
+ * Copyright 2020 Keith & Koep GmbH
+ *
+ */
+
+/dts-v1/;
+
+// Add defines here, which control behaviour of .dtsi:
+
+
+#include "tanaro.dtsi"
+
+/ {
+	model      = "Garz & Fricke GmbH Tanaro headless i.MX8MM";
+	compatible = "kk,trizeps8", "kk,trizeps8mini", "fsl,imx8mm-evk", "fsl,imx8mm";
+
+	chosen {
+		stdout-path = &uart1;
+	};
+};
+
+&i2c3 {
+	/delete-node/ sn65dsi84@2c;
+};
+
+
+
+
+
+
+