blob: c94332c701a06ddc0a5887cf4a394ab111a3400f [file] [log] [blame]
title: ESP32 Uart
description: |
This binding gives a base representation of the ESP32 UART
compatible: "espressif,esp32-uart"
include: uart-controller.yaml
properties:
reg:
required: true
interrupts:
required: false
tx-pin:
type: int
description: TX pin
required: true
rx-pin:
type: int
description: RX pin
required: true
rts-pin:
type: int
description: RTS pin
required: false
cts-pin:
type: int
description: CTS pin
required: false