Skip to content

Commit 19bf536

Browse files
erdemsimseknordicjm
authored andcommitted
tests: drivers: gpio: Enable hpf_gpio_more_loops on nRF7120
Enable hpf_gpio_more_loops on nRF7120. Signed-off-by: Erdem Simsek <erdem.simsek@nordicsemi.no>
1 parent 68fd628 commit 19bf536

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

tests/drivers/gpio/hpf_gpio_more_loops/boards/nrf7120dk_nrf7120_cpuapp.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/* Test requires GPIO loopback between P2.09 and P1.01. */
7+
/* Test requires GPIO loopback between P2.00 and P1.01. */
88

99
/ {
1010
/* Test requirements:
@@ -15,7 +15,7 @@
1515
* All outputs must be on the same device.
1616
*/
1717
zephyr,user {
18-
out-gpios = <&hpf_gpio 9 GPIO_ACTIVE_HIGH>;
18+
out-gpios = <&hpf_gpio 0 GPIO_ACTIVE_HIGH>;
1919
in-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
2020
};
2121
};

tests/drivers/gpio/hpf_gpio_more_loops/testcase.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,31 @@ tests:
6868
- nrf54lv10dk/nrf54lv10a/cpuapp
6969
integration_platforms:
7070
- nrf54lm20dk/nrf54lm20b/cpuapp
71+
- nrf54lm20dk/nrf54lm20a/cpuapp
72+
73+
drivers.hpf.gpio.many_loops.7120.icmsg:
74+
extra_args: SB_CONFIG_HPF_GPIO_BACKEND_ICMSG=y
75+
harness_config:
76+
fixture: gpio_loopback
77+
platform_allow:
78+
- nrf7120dk/nrf7120/cpuapp
79+
integration_platforms:
80+
- nrf7120dk/nrf7120/cpuapp
81+
82+
drivers.hpf.gpio.many_loops.7120.icbmsg:
83+
extra_args: SB_CONFIG_HPF_GPIO_BACKEND_ICBMSG=y
84+
harness_config:
85+
fixture: gpio_loopback
86+
platform_allow:
87+
- nrf7120dk/nrf7120/cpuapp
88+
integration_platforms:
89+
- nrf7120dk/nrf7120/cpuapp
90+
91+
drivers.hpf.gpio.many_loops.7120.mbox:
92+
extra_args: SB_CONFIG_HPF_GPIO_BACKEND_MBOX=y
93+
harness_config:
94+
fixture: gpio_loopback
95+
platform_allow:
96+
- nrf7120dk/nrf7120/cpuapp
97+
integration_platforms:
98+
- nrf7120dk/nrf7120/cpuapp

0 commit comments

Comments
 (0)