37 lines
833 B
YAML
37 lines
833 B
YAML
|
# Copyright (c) 2019, Gerson Fernando Budke
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
title: ATMEL AT86RF2xx 802.15.4 Wireless Transceiver
|
||
|
|
||
|
description: |
|
||
|
This is a representation of the ATMEL AT86RF2xx wireless transceiver.
|
||
|
|
||
|
compatible: "atmel,rf2xx"
|
||
|
|
||
|
include: spi-device.yaml
|
||
|
|
||
|
properties:
|
||
|
irq-gpios:
|
||
|
type: phandle-array
|
||
|
required: true
|
||
|
|
||
|
reset-gpios:
|
||
|
type: phandle-array
|
||
|
required: true
|
||
|
|
||
|
slptr-gpios:
|
||
|
type: phandle-array
|
||
|
required: true
|
||
|
description: Multi-functional pin that controls sleep, deep sleep,
|
||
|
transmit start and receive states
|
||
|
|
||
|
dig2-gpios:
|
||
|
type: phandle-array
|
||
|
required: false
|
||
|
description: RX and TX Frame Time Stamping(TX_ARET)
|
||
|
|
||
|
clkm-gpios:
|
||
|
type: phandle-array
|
||
|
required: false
|
||
|
description: Master clock signal output
|