Add binding representing the peripheral reset controller of the NXP LPC SYSCON heritage hardware including SYSCON itself and the newer RSTCTL. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
16 lines
247 B
YAML
16 lines
247 B
YAML
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: LPC SYSCON Peripheral reset controller
|
|
|
|
compatible: "nxp,lpc-syscon-reset"
|
|
|
|
include: [reset-controller.yaml]
|
|
|
|
properties:
|
|
"#reset-cells":
|
|
const: 1
|
|
|
|
reset-cells:
|
|
- id
|