1# Copyright (c) 2023 Libre Solar Technologies GmbH 2# SPDX-License-Identifier: Apache-2.0 3 4description: GPIO pin to switch a power output on or off 5 6compatible: "power-switch" 7 8properties: 9 gpios: 10 type: phandle-array 11 required: true 12 description: | 13 The GPIO connected to the gate driver for the MOSFET. 14