Skip to content

Commit 9bfa83f

Browse files
LucasTamborcarlescufi
authored andcommitted
tests: drivers: spi loopback test for DMA on ESP32C3
Add SPI DMA test mode. Signed-off-by: Lucas Tamborrino <[email protected]>
1 parent a29ebef commit 9bfa83f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/drivers/spi/spi_loopback/boards/esp32c3_devkitm.overlay

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
};
1919

2020
&spi2 {
21-
dma;
22-
dma-clk = <ESP32_GDMA_MODULE>;
23-
dma-host = <0>;
24-
status = "okay";
21+
dma-enabled;
2522
};

0 commit comments

Comments
 (0)