zephyr/dts/bindings/serial/nordic,nrf-uarte.yaml

40 lines
619 B
YAML
Raw Normal View History

title: Nordic UARTE
description: >
This binding gives a base representation of the Nordic UARTE
include: uart-controller.yaml
properties:
compatible:
constraint: "nordic,nrf-uarte"
reg:
required: true
interrupts:
required: true
hw-flow-control:
type: boolean
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