1# Copyright (c) 2022, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Intel SoC FPGA Reset Controller
5
6compatible: "intel,socfpga-reset"
7
8include: [base.yaml, reset-controller.yaml]
9
10properties:
11  reg:
12    required: true
13  active-low:
14    type: boolean
15    description: Add this property in dts node if the reset line is active_low, otherwise do not
16                   include this property for active_high lines.
17  "#reset-cells":
18    const: 1
19
20reset-cells:
21- id
22