41 lines
684 B
YAML
41 lines
684 B
YAML
#
|
|
# Copyright (c) 2019 Brett Witherspoon
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: TI SimpleLink CC13xx / CC26xx SPI
|
|
|
|
description: >
|
|
This is a representation of the TI SimpleLink CC13xx / CC26xx SPI node
|
|
|
|
inherits:
|
|
!include spi.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc13xx-cc26xx-spi"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
sck-pin:
|
|
type: int
|
|
category: required
|
|
description: SCK pin
|
|
|
|
mosi-pin:
|
|
type: int
|
|
category: required
|
|
description: MOSI pin
|
|
|
|
miso-pin:
|
|
type: int
|
|
category: required
|
|
description: MISO pin
|
|
|
|
cs-pin:
|
|
type: int
|
|
category: optional
|
|
description: CS pin
|