41 lines
688 B
YAML
41 lines
688 B
YAML
#
|
|
# Copyright (c) 2018, Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: CC2520 802.15.4 Wireless Transceiver
|
|
|
|
description: >
|
|
This is a representation of the CC2520 wireless transceiver.
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc2520"
|
|
|
|
vreg-en-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
|
|
fifo-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
|
|
cca-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
|
|
sfd-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
|
|
fifop-gpios:
|
|
type: phandle-array
|
|
required: false
|