Add any useful information from 'title:' to the 'description:' strings (e.g. explanations of acronyms), and remove 'title:' as well as any copy-pasted "this binding gives a ..." boilerplate. Also clean some description strings up a bit. Some other things could probably be cleaned up (replacing 'GPIO node' with 'GPIO controller' on controllers for consistency, for example), but I kept things close to the original to avoid accidentally messing up. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
33 lines
483 B
YAML
33 lines
483 B
YAML
description: 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
|