mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 06:43:48 +01:00
14 lines
239 B
YAML
14 lines
239 B
YAML
# Common QSPI configuration for ESP32-S3 IDF tests
|
|
# For components that need QuadSPI (qspi_dbi displays)
|
|
|
|
spi:
|
|
- id: quad_spi
|
|
type: quad
|
|
interface: spi3
|
|
clk_pin: 47
|
|
data_pins:
|
|
- 40
|
|
- 41
|
|
- 42
|
|
- 43
|