From 905e3032a0184d3d30a35fb23e9b8791c04f5d02 Mon Sep 17 00:00:00 2001 From: Fabrice DJIATSA Date: Fri, 30 May 2025 11:28:02 +0200 Subject: [PATCH] boards: stm32n6570_dk: add irq-gpios property There was a missing irq-gpios property that cause building failure on lvgl and display samples. Signed-off-by: Fabrice DJIATSA --- boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi index 1b22ee0db8d..8b643d45ba9 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi +++ b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi @@ -78,6 +78,7 @@ compatible = "goodix,gt911"; reg = <0x5d>; reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>; + irq-gpios = <&gpioq 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; }; };