1# Copyright (c) 2023 Antmicro <www.antmicro.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: Ambiq power control 5 6compatible: "ambiq,pwrctrl" 7 8include: base.yaml 9 10properties: 11 reg: 12 required: true 13 14 "#pwrcfg-cells": 15 type: int 16 required: true 17 const: 2 18 description: Number of items to expect in a power configuration 19 20pwrcfg-cells: 21 - offset 22 - mask 23