From 029a1ab3e5711f0868dc487479806022d80fc0cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Tue, 26 Mar 2024 08:42:39 +0000
Subject: [PATCH] arm64:dts: Update DT for Trizeps VIII Plus and ATM700
 parallel display

Does not yet compile!
Cherry-picks changes from cf89c5e2f8ef421b3468cf18122fa1dce755b557
---
 ...th-trizeps8plus_v1r3-pconxs_v3-atm0700.dts | 27 ++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/seconorth/seconorth-trizeps8plus_v1r3-pconxs_v3-atm0700.dts b/arch/arm64/boot/dts/seconorth/seconorth-trizeps8plus_v1r3-pconxs_v3-atm0700.dts
index c2a9bae432b70..b7bbcbf030eb6 100644
--- a/arch/arm64/boot/dts/seconorth/seconorth-trizeps8plus_v1r3-pconxs_v3-atm0700.dts
+++ b/arch/arm64/boot/dts/seconorth/seconorth-trizeps8plus_v1r3-pconxs_v3-atm0700.dts
@@ -1,17 +1,26 @@
 /*
- * Copyright 2020 Keith & Koep GmbH
- *
+ * Copyright 2023 SECO Northern Europe GmbH
  */
 
+
 /dts-v1/;
 
 // Add defines here, which control behaviour of .dtsi:
 #define ETHERNET_ONLY_100MBIT       0
 #define DISPLAY_ONLY_18BPP          1
 
+#define DISPLAY_ENABLE SPIN73_GPIO
+#define display_enable spin73_gpio
+
+#define touch_enable &gpio_mcu 9
+#define TOUCH_INT SPIN45_GPIO
+#define touch_int &gpio3 4
+#define touch_int_parent  &gpio3
+#define touch_int_pin     4
+
 #include "trizeps8plus_v1r3.dtsi"
 #include "pconxs.dtsi"
-//#include "atm0700.dtsi"
+#include "atm0700.dtsi"
 //#include "ov5640.dtsi"
 
 / {
@@ -28,6 +37,18 @@ aliases {
 	};
 };
 
+&lcdif1 {
+	status = "okay";
+};
+
+&backlight1 {
+	status = "okay";
+};
+
+&pwm1 {
+	status = "okay";
+};
+
 #if 0
 
 &usbotg1 {
-- 
GitLab