2018-11-05 21:08:54 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-11-05 21:08:54 +08:00
|
|
|
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"
|
|
|
|
|
2018-11-16 22:05:44 +08:00
|
|
|
vreg-en-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2018-11-16 22:05:44 +08:00
|
|
|
|
|
|
|
reset-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2018-11-16 22:05:44 +08:00
|
|
|
|
|
|
|
fifo-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2018-11-16 22:05:44 +08:00
|
|
|
|
|
|
|
cca-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2018-11-16 22:05:44 +08:00
|
|
|
|
|
|
|
sfd-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|
2018-11-16 22:05:44 +08:00
|
|
|
|
|
|
|
fifop-gpios:
|
2019-08-14 21:58:07 +08:00
|
|
|
type: phandle-array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: false
|