boards: stm32h747i_disco: Minor fixes

* Exlude _m4target from net tests as they assume SERIAL is enabled,
which is not the case (yet).
Fixes: #19065
* Zephyr drivers headers were moved from include/ to include/drivers.
Update pinmux.h path to the new location.
* Add missing status line on joystick_left dts node.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-09-11 13:31:15 +02:00 committed by Maureen Helm
commit e0c2b16b29
3 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <pinmux.h>
#include <drivers/pinmux.h>
#include <sys_io.h>
#include <pinmux/stm32/pinmux_stm32.h>

View file

@ -54,6 +54,7 @@
joy_left: joystick_left {
label = "joystick left";
gpios = <&gpiok 4 GPIO_INT_ACTIVE_LOW>;
status = "disabled";
};
joy_right: joystick_right {
label = "joystick right";

View file

@ -14,3 +14,4 @@ testing:
ignore_tags:
- mpu
- nfc
- net