tests: spi_loopback: Add esp32s3
Add esp32s3 to spi_loopback test Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
fa358f9757
commit
9015f23b75
2 changed files with 23 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
CONFIG_SPI_ESP32_INTERRUPT=y
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&spi3 {
|
||||
slow@0 {
|
||||
compatible = "test-spi-loopback-slow";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <100000>;
|
||||
};
|
||||
fast@0 {
|
||||
compatible = "test-spi-loopback-fast";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi3 {
|
||||
dma-enabled;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue