23 lines
503 B
YAML
23 lines
503 B
YAML
# Copyright (c) 2019, Peter Bigot Consulting, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: Skyworks SKY13351 GaAs FET I/C switch
|
|
|
|
description: >
|
|
This binding allows control of the output selectors of the SKY13351
|
|
SPDT switch.
|
|
|
|
compatible: "skyworks,sky13351"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
vctl1-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: VCTL1 pin
|
|
vctl2-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: VCTL2 pin
|