Use the same pins as when testing with SIUL2 EIRQ interrupt controller, but instead test routing the external interrupts to WKPU controller. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
23 lines
573 B
YAML
23 lines
573 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- gpio
|
|
depends_on: gpio
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: gpio_loopback
|
|
|
|
tests:
|
|
drivers.gpio.2pin:
|
|
min_flash: 34
|
|
filter: dt_compat_enabled("test-gpio-basic-api")
|
|
|
|
drivers.gpio.nrf_sense_edge:
|
|
platform_allow: nrf52840dk_nrf52840 nrf52_bsim
|
|
extra_args: "DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840.overlay;\
|
|
boards/nrf52840dk_nrf52840_sense_edge.overlay"
|
|
|
|
drivers.gpio.mr_canhubk3_wkpu:
|
|
platform_allow: mr_canhubk3
|
|
extra_args: "DTC_OVERLAY_FILE=boards/mr_canhubk3_wkpu.overlay"
|