34 lines
560 B
YAML
34 lines
560 B
YAML
#
|
|
# Copyright (c) 2019 Brett Witherspoon
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: TI SimpleLink CC13xx / CC26xx UART
|
|
|
|
description: >
|
|
This is a representation of the TI SimpleLink CC13xx / CC26xx UART node
|
|
|
|
inherits:
|
|
!include uart.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc13xx-cc26xx-uart"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
tx-pin:
|
|
type: int
|
|
category: required
|
|
description: TX pin
|
|
|
|
rx-pin:
|
|
type: int
|
|
category: required
|
|
description: RX pin
|