Skip to content

Commit 160c196

Browse files
bjarki-andreasenkartben
authored andcommitted
tests: drivers: spi: loopback: extend nrf overlays with miso/mosi
Add miso-gpios and mosi-gpios to nrf overlays required for device_deinit testing. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent ecb5457 commit 160c196

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/drivers/spi/spi_loopback/boards/nrf54h20dk_nrf54h20_common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
#include <zephyr/dt-bindings/gpio/gpio.h>
8+
9+
/ {
10+
zephyr,user {
11+
miso-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
12+
mosi-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
13+
};
14+
};
15+
716
&pinctrl {
817
spi130_default: spi130_default {
918
group1 {

0 commit comments

Comments
 (0)