blob: bf9a7b951ace9d1ebdb728c0b0c363173b6e08c3 [file] [log] [blame]
title: Nordic UART
description: >
This binding gives a base representation of the Nordic UART
compatible: "nordic,nrf-uart"
include: uart-controller.yaml
properties:
reg:
required: true
interrupts:
required: true
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