blob: a0877080656ae42873d02bb1106d36d69300a709 [file] [log] [blame]
#include <zephyr/dt-bindings/gpio/gpio.h>
#include <zephyr/dt-bindings/gpio/arduino-header-r3.h>
/ {
zephyr,user {
/* Connect your SPI CS pin to the D8 pin to run the test */
cs-loopback-gpios = <&arduino_header>,
<ARDUINO_HEADER_R3_D8>,
<(GPIO_ACTIVE_LOW | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
};
};