boards: st: Fix arduino_gpio support

On stm32h735g_disco, `arduino_gpio` is declared while the connector is not
actually described.
On stm32h750b_dk, connector description was simply not included.

All these are blocking tests trying to make profit of arduino gpio
connectors.
Fix these.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2024-08-29 10:57:03 +02:00 committed by Alberto Escolar
commit 63f31261d1
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,6 @@ toolchain:
ram: 368
flash: 1024
supported:
- arduino_gpio
- gpio
- netif:eth
- memc

View file

@ -7,6 +7,7 @@
/dts-v1/;
#include <st/h7/stm32h750Xb.dtsi>
#include <st/h7/stm32h750xbhx-pinctrl.dtsi>
#include "arduino_r3_connector.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {