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 <fabrice.djiatsa-ext@st.com>
This commit is contained in:
Fabrice DJIATSA 2025-05-30 11:28:02 +02:00 committed by Benjamin Cabé
commit 905e3032a0

View file

@ -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)>;
};
};