1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP SCU-managed power domain
5
6compatible: "nxp,scu-pd"
7
8include: power-domain.yaml
9
10properties:
11  nxp,resource-id:
12    type: int
13    required: true
14    description:
15      Number used by the firmware running on the SCU to identify
16      the resource on which the PD-related operations are to be
17      performed.
18
19  "#power-domain-cells":
20    const: 0
21