xref: /linux/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
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---
5a65f2cf6SRob Herring$id: http://devicetree.org/schemas/reset/amlogic,meson-reset.yaml#
6a65f2cf6SRob 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
210c0ea61cSZelong Dong      - amlogic,c3-reset # Reset Controller on C3 and compatible SoCs
22*47c270a9SZelong Dong      - amlogic,t7-reset
23018562f3SNeil Armstrong
24018562f3SNeil Armstrong  reg:
25018562f3SNeil Armstrong    maxItems: 1
26018562f3SNeil Armstrong
27018562f3SNeil Armstrong  "#reset-cells":
28018562f3SNeil Armstrong    const: 1
29018562f3SNeil Armstrong
30018562f3SNeil Armstrongrequired:
31018562f3SNeil Armstrong  - compatible
32018562f3SNeil Armstrong  - reg
33018562f3SNeil Armstrong  - "#reset-cells"
34018562f3SNeil Armstrong
357f464532SRob HerringadditionalProperties: false
367f464532SRob Herring
37018562f3SNeil Armstrongexamples:
38018562f3SNeil Armstrong  - |
39018562f3SNeil Armstrong    reset-controller@c884404 {
40018562f3SNeil Armstrong          compatible = "amlogic,meson-gxbb-reset";
41018562f3SNeil Armstrong          reg = <0xc884404 0x20>;
42018562f3SNeil Armstrong          #reset-cells = <1>;
43018562f3SNeil Armstrong    };
44