1description: ESP32 UART
2
3compatible: "espressif,esp32-uart"
4
5include: [uart-controller.yaml, pinctrl-device.yaml]
6
7properties:
8  reg:
9    required: true
10
11  pinctrl-0:
12    required: true
13
14  pinctrl-names:
15    required: true
16
17  hw-rs485-hd-mode:
18    type: boolean
19    description: |
20      Enable the hardware RS485 half duplex mode.
21      Overrides hw-flow-control if both are set.
22      Using this mode, the pin assigned to DTR
23      is asserted during transmission.
24