1# Copyright (c) 2022 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5description: Power domains for intel ADSP 6 7compatible: "intel,adsp-power-domain" 8 9include: power-domain.yaml 10 11properties: 12 bit-position: 13 type: int 14 required: true 15 description: | 16 Position of the bit to set in write_address (PWRCTL) or read in 17 read_address (PWRSTS) to set power active or confirm power active 18 for a desired domain. 19 Same for write and read addresses 20