tests: drivers: spi: esp32c6: Fix overlay configuration for loopback

Fixes overlay configuration to allow running the test on CI without
externally connecting two pins.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2024-11-04 16:23:33 -03:00 committed by Mahesh Mahadevan
commit 38a70cc1fd

View file

@ -8,11 +8,11 @@
spim2_loopback: spim2_loopback {
group1 {
pinmux = <SPIM2_MISO_GPIO2>;
output-enable; /* Connect GPIO2 and GPIO3 externally for testing */
output-enable; /* Enable internal loopback */
};
group2 {
pinmux = <SPIM2_MOSI_GPIO3>;
input-enable; /* Connect GPIO2 and GPIO3 externally for testing */
pinmux = <SPIM2_MOSI_GPIO2>;
input-enable; /* Enable internal loopback */
};
group3 {
pinmux = <SPIM2_SCLK_GPIO6>,