File tree Expand file tree Collapse file tree
tests/drivers/gpio/hpf_gpio_more_loops Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
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};
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments