| # Copyright (c) 2018, Intel Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Texas Instruments CC2520 802.15.4 wireless transceiver | |
| compatible: "ti,cc2520" | |
| include: spi-device.yaml | |
| properties: | |
| vreg-en-gpios: | |
| type: phandle-array | |
| required: true | |
| reset-gpios: | |
| type: phandle-array | |
| required: true | |
| fifo-gpios: | |
| type: phandle-array | |
| required: true | |
| cca-gpios: | |
| type: phandle-array | |
| required: true | |
| sfd-gpios: | |
| type: phandle-array | |
| required: true | |
| fifop-gpios: | |
| type: phandle-array | |
| required: true |