From 3321a115ca2e6d0bf5085afb4d3eeb922d7d4247 Mon Sep 17 00:00:00 2001 From: Tobias Poganiuch <tobias.poganiuch@seco.com> Date: Fri, 5 Apr 2024 15:00:06 +0200 Subject: [PATCH] arm64:dts: Add display and touch defines to PBB + FN1010T007B v1 --- .../seconorth-trizeps8mini_v1-pbb-fn1010t007b.dts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/seconorth/seconorth-trizeps8mini_v1-pbb-fn1010t007b.dts b/arch/arm64/boot/dts/seconorth/seconorth-trizeps8mini_v1-pbb-fn1010t007b.dts index 8a58f1982ba37..6f130181b18e8 100644 --- a/arch/arm64/boot/dts/seconorth/seconorth-trizeps8mini_v1-pbb-fn1010t007b.dts +++ b/arch/arm64/boot/dts/seconorth/seconorth-trizeps8mini_v1-pbb-fn1010t007b.dts @@ -1,5 +1,5 @@ /* - * Copyright 2023 SECO Northern Europe GmbH + * Copyright 2023-2024 SECO Northern Europe GmbH */ /dts-v1/; @@ -7,6 +7,17 @@ // Needs to be defined before the includes #define VIDEO_PLL1_RATE 700000000 +#define DISPLAY_ENABLE SPIN100_GPIO +#define display_enable spin100_gpio + +#define TOUCH_ENABLE SPIN75_GPIO +#define touch_enable spin75_gpio + +#define TOUCH_INT SPIN45_GPIO +#define touch_int &gpio3 4 +#define touch_int_parent &gpio3 +#define touch_int_pin 4 + #include "trizeps8mini.dtsi" #include "pbb.dtsi" #include "fn1010t007b.dtsi" -- GitLab