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:
parent
c4b7903828
commit
38a70cc1fd
1 changed files with 3 additions and 3 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue