23 lines
378 B
YAML
23 lines
378 B
YAML
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: Ambiq power control
|
||
|
|
||
|
compatible: "ambiq,pwrctrl"
|
||
|
|
||
|
include: base.yaml
|
||
|
|
||
|
properties:
|
||
|
reg:
|
||
|
required: true
|
||
|
|
||
|
"#pwrcfg-cells":
|
||
|
type: int
|
||
|
required: true
|
||
|
const: 2
|
||
|
description: Number of items to expect in a power configuration
|
||
|
|
||
|
pwrcfg-cells:
|
||
|
- offset
|
||
|
- mask
|