1# Copyright (c) 2024 DNDG srl 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 This allows to define a group of relays (like in the original Opta) 6 or other kinds of power switches controlled by a GPIO. Each power 7 switch is defined in a child node of the gpio-power-switches node. 8 9compatible: "gpio-power-switches" 10 11child-binding: 12 description: GPIO power switch child node 13 properties: 14 gpios: 15 type: phandle-array 16 required: true 17