Skip to content

Commit 8f351b8

Browse files
LaurentiuM1234gmarull
authored andcommitted
[nrf fromtree] dts: bindings: power-domain: add binding for NXP's SCU-managed PDs
Add DT binding for NXP's SCU-managed PDs. This binding describes exactly _one_ power domain. Signed-off-by: Laurentiu Mihalcea <[email protected]> (cherry picked from commit fb84f4f)
1 parent 06d6b00 commit 8f351b8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2024 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: NXP SCU-managed power domain
5+
6+
compatible: "nxp,scu-pd"
7+
8+
include: power-domain.yaml
9+
10+
properties:
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.

0 commit comments

Comments
 (0)