1018562f3SNeil Armstrong# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2018562f3SNeil Armstrong# Copyright 2019 BayLibre, SAS
3018562f3SNeil Armstrong%YAML 1.2
4018562f3SNeil Armstrong---
5*a65f2cf6SRob Herring$id: http://devicetree.org/schemas/reset/amlogic,meson-reset.yaml#
6*a65f2cf6SRob Herring$schema: http://devicetree.org/meta-schemas/core.yaml#
7018562f3SNeil Armstrong
8018562f3SNeil Armstrongtitle: Amlogic Meson SoC Reset Controller
9018562f3SNeil Armstrong
10018562f3SNeil Armstrongmaintainers:
11c6a43fb3SNeil Armstrong  - Neil Armstrong <neil.armstrong@linaro.org>
12018562f3SNeil Armstrong
13018562f3SNeil Armstrongproperties:
14018562f3SNeil Armstrong  compatible:
15018562f3SNeil Armstrong    enum:
16018562f3SNeil Armstrong      - amlogic,meson8b-reset # Reset Controller on Meson8b and compatible SoCs
17018562f3SNeil Armstrong      - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs
18018562f3SNeil Armstrong      - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs
195d9730b9SXingyu Chen      - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs
2055b6267eSZelong Dong      - amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs
21018562f3SNeil Armstrong
22018562f3SNeil Armstrong  reg:
23018562f3SNeil Armstrong    maxItems: 1
24018562f3SNeil Armstrong
25018562f3SNeil Armstrong  "#reset-cells":
26018562f3SNeil Armstrong    const: 1
27018562f3SNeil Armstrong
28018562f3SNeil Armstrongrequired:
29018562f3SNeil Armstrong  - compatible
30018562f3SNeil Armstrong  - reg
31018562f3SNeil Armstrong  - "#reset-cells"
32018562f3SNeil Armstrong
337f464532SRob HerringadditionalProperties: false
347f464532SRob Herring
35018562f3SNeil Armstrongexamples:
36018562f3SNeil Armstrong  - |
37018562f3SNeil Armstrong    reset-controller@c884404 {
38018562f3SNeil Armstrong          compatible = "amlogic,meson-gxbb-reset";
39018562f3SNeil Armstrong          reg = <0xc884404 0x20>;
40018562f3SNeil Armstrong          #reset-cells = <1>;
41018562f3SNeil Armstrong    };
42