1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1, 6 RF2 and RF3 pins are used to control the behavior of the switch as detailed 7 in the "Switch Control Logic Table" in the datasheet. 8 9compatible: "qorvo,rfsw8001" 10 11include: base.yaml 12 13properties: 14 rf1-gpios: 15 type: phandle-array 16 required: true 17 description: Pin used to control the RF1 switch 18 19 rf2-gpios: 20 type: phandle-array 21 required: true 22 description: Pin used to control the RF2 switch 23 24 rf3-gpios: 25 type: phandle-array 26 required: true 27 description: Pin used to control the RF3 switch 28