dts: bindings: Add RW PMU binding
Add RW PMU binding. PMU is what records and enables the reset causes. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
7207f35758
commit
c6b07ef8db
2 changed files with 33 additions and 0 deletions
14
dts/bindings/power/nxp,rw-pmu.yaml
Normal file
14
dts/bindings/power/nxp,rw-pmu.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Copyright 2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: NXP RW PMU
|
||||
|
||||
compatible: "nxp,rw-pmu"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
properties:
|
||||
reset-causes-en:
|
||||
type: array
|
||||
description: |
|
||||
List reset causes to enable, using bitmasks of SYS_RESET registers.
|
Loading…
Add table
Add a link
Reference in a new issue