36 lines
523 B
YAML
36 lines
523 B
YAML
description: Nordic UARTE
|
|
|
|
compatible: "nordic,nrf-uarte"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
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: false
|
|
|
|
rts-pin:
|
|
type: int
|
|
description: RTS pin
|
|
required: false
|
|
|
|
cts-pin:
|
|
type: int
|
|
description: CTS pin
|
|
required: false
|