27 lines
544 B
YAML
27 lines
544 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.
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "skyworks,sky13351"
|
|
vctl1-gpios:
|
|
type: compound
|
|
category: required
|
|
description: VCTL1 pin
|
|
vctl2-gpios:
|
|
type: compound
|
|
category: required
|
|
description: VCTL2 pin
|