blob: 73442d8aa2487d32950a3d3c1ce4f2c8be211f21 [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