| # Copyright 2025 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| %YAML 1.2 |
| --- |
| $id: http://devicetree.org/schemas/reset-controller.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| |
| title: Fuchsia Resets |
| |
| maintainers: |
| - gkalsi@google.com |
| |
| description: | |
| This file describes bindings related to reset controller devices. |
| |
| properties: |
| "#reset-cells": |
| const: 1 |
| description: The cell denotes the reset ID. |
| |
| required: |
| - "#reset-cells" |
| |
| additionalProperties: true |
| |
| examples: |
| - | |
| gcc: reset-controller@1400000 { |
| compatible = "fuchsia,generic"; |
| #reset-cells = <1>; |
| }; |