zephyr/dts/bindings/reset/reset-controller.yaml
Declan Snyder eb866a345d dts: bindings: reset_controller: Clarify cell name
Clarify that there needs to be a cell named "id" in order
to be usable by the reset controller macros.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2024-05-21 16:49:42 -04:00

13 lines
331 B
YAML

# Copyright (c) 2022 Andrei-Edward Popa <andrei.popa105@yahoo.com>
# SPDX-License-Identifier: Apache-2.0
description: Reset Controller
properties:
"#reset-cells":
type: int
required: true
description: |
Number of cells in reset property. There must be a cell
named "id" to use the reset_dt_spec macros.