Searched full:esp32s3 (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/serial/ |
D | esp,esp32-acm.yaml | 8 title: ESP32S3 ACM gadget controller 14 Fixed function USB CDC-ACM gadget controller of the Espressif ESP32S3 SoC. 21 const: esp,esp32s3-acm 39 compatible = "esp,esp32s3-acm";
|
D | esp,esp32-uart.yaml | 15 ESP32S3 UART controller is a part of the ESP32S3 SoC. 25 - esp,esp32s3-uart 47 compatible = "esp,esp32s3-uart";
|
/linux-6.14.4/drivers/tty/serial/ |
D | esp32_acm.c | 17 #define DRIVER_NAME "esp32s3-acm" 41 .compatible = "esp,esp32s3-acm", 239 return "ESP32S3 ACM"; in esp32s3_acm_type() 356 OF_EARLYCON_DECLARE(esp32s3acm, "esp,esp32s3-acm",
|
D | esp32_uart.c | 122 .type = "ESP32S3 UART", 131 .compatible = "esp,esp32s3-uart", 668 OF_EARLYCON_DECLARE(esp32s3uart, "esp,esp32s3-uart",
|
D | Kconfig | 1597 Driver for the CDC ACM gadget controller of the Espressif ESP32S3
|