36 lines
634 B
YAML
36 lines
634 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
|
|
|
|
compatible: "ti,cc13xx-cc26xx-spi"
|
|
|
|
include: spi-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
sck-pin:
|
|
type: int
|
|
required: true
|
|
description: SCK pin
|
|
|
|
mosi-pin:
|
|
type: int
|
|
required: true
|
|
description: MOSI pin
|
|
|
|
miso-pin:
|
|
type: int
|
|
required: true
|
|
description: MISO pin
|
|
|
|
cs-pin:
|
|
type: int
|
|
required: false
|
|
description: CS pin
|