diff --git a/conf/machine/imx8mguf.conf b/conf/machine/imx8mguf.conf
index 1ca2410498ba014ec557f84c42990dbe1c55f4d8..12550e9762512c9642d45ffcf2d4c0b0ae73ab63 100644
--- a/conf/machine/imx8mguf.conf
+++ b/conf/machine/imx8mguf.conf
@@ -36,9 +36,10 @@ OPTEE_BIN_EXT = "8m"
 # All available device trees for the mx8mm.
 # The first item in the list is the default DT.
 KERNEL_DEVICETREE ?= " \
-    seconorth/seconorth-tanaro-fg0700w0dsswagl1.dtb \
-    seconorth/seconorth-tanaro-qp_070wsvgamlli1d.dtb \
-    seconorth/seconorth-tanaro-g121xcett122e.dtb \
     seconorth/pcf8563-overlay.dtb \
     seconorth/rx8803-overlay.dtb \
+    seconorth/seconorth-tanaro-fg0700w0dsswagl1.dtb \
+    seconorth/seconorth-tanaro-g121xcett122e.dtb \
+    seconorth/seconorth-tanaro-qp_070wsvgamlli1d.dtb \
+    seconorth/seconorth-trizeps8mini-pconxs_v3-atm0700.dtb \
 "
diff --git a/conf/machine/imx8mpguf.conf b/conf/machine/imx8mpguf.conf
index bb2e4619458c4ff84efe776ac699ac95b4f9a2cc..22fbb5d9d03cae6bec4ddae57bf77cd118555ac2 100644
--- a/conf/machine/imx8mpguf.conf
+++ b/conf/machine/imx8mpguf.conf
@@ -32,7 +32,7 @@ OPTEE_BIN_EXT = "8m"
 # All available devicetrees for the i.MX8MP.
 # The first item in the list is the default DT.
 KERNEL_DEVICETREE ?= " \
-    keithkoep/guf-trizeps8plus-dual-espresso.dtb \
-    keithkoep/kuk-trizeps8plus-pconxs_v3-atm0700.dtb \
-    keithkoep/kuk-trizeps8plus-hdmi-gpu.dtb \
+    seconorth/seconorth-trizeps8plus-dual-espresso.dtb \
+    seconorth/seconorth-trizeps8plus-hdmi-gpu.dtb \
+    seconorth/seconorth-trizeps8plus-pconxs_v3-atm0700.dtb \
 "