1# Copyright (c) 2018, Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: Texas Instruments CC2520 802.15.4 wireless transceiver 5 6compatible: "ti,cc2520" 7 8include: spi-device.yaml 9 10properties: 11 vreg-en-gpios: 12 type: phandle-array 13 required: true 14 15 reset-gpios: 16 type: phandle-array 17 required: true 18 19 fifo-gpios: 20 type: phandle-array 21 required: true 22 23 cca-gpios: 24 type: phandle-array 25 required: true 26 27 sfd-gpios: 28 type: phandle-array 29 required: true 30 31 fifop-gpios: 32 type: phandle-array 33 required: true 34