14 lines
319 B
YAML
14 lines
319 B
YAML
# Copyright (c) 2023 Libre Solar Technologies GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: GPIO pin to switch a power output on or off
|
|
|
|
compatible: "power-switch"
|
|
|
|
properties:
|
|
gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: |
|
|
The GPIO connected to the gate driver for the MOSFET.
|