42 lines
690 B
YAML
42 lines
690 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.
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ti,cc2520"
|
|
|
|
vreg-en-gpios:
|
|
type: compound
|
|
category: optional
|
|
|
|
reset-gpios:
|
|
type: compound
|
|
category: optional
|
|
|
|
fifo-gpios:
|
|
type: compound
|
|
category: optional
|
|
|
|
cca-gpios:
|
|
type: compound
|
|
category: optional
|
|
|
|
sfd-gpios:
|
|
type: compound
|
|
category: optional
|
|
|
|
fifop-gpios:
|
|
type: compound
|
|
category: optional
|