zephyr/dts/bindings/serial/ti,cc13xx-cc26xx-uart.yaml
Vincent Wan 984988285b dts: bindings: cc13xx-cc26xx: add port info for uart tx and rx pins
Adding port information for uart tx and rx pins in dts, so that it can
be more systematically retrieved in the uart driver.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2020-04-23 17:29:53 -05:00

26 lines
436 B
YAML

# Copyright (c) 2019 Brett Witherspoon
# SPDX-License-Identifier: Apache-2.0
description: TI SimpleLink CC13xx / CC26xx UART node
compatible: "ti,cc13xx-cc26xx-uart"
include: uart-controller.yaml
properties:
reg:
required: true
interrupts:
required: true
tx-pin:
type: array
required: true
description: TX pin
rx-pin:
type: array
required: true
description: RX pin