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:
parent
2f86faffba
commit
63f31261d1
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ toolchain:
|
|||
ram: 368
|
||||
flash: 1024
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- gpio
|
||||
- netif:eth
|
||||
- memc
|
||||
|
|
|
@ -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>
|
||||
|
||||
/ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue