xref: /freebsd-src/sys/contrib/device-tree/Bindings/mips/loongson/ls2k-reset.yaml (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1e67e8565SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2e67e8565SEmmanuel Vadot%YAML 1.2
3e67e8565SEmmanuel Vadot---
4*aa1a8ff2SEmmanuel Vadot$id: http://devicetree.org/schemas/mips/loongson/ls2k-reset.yaml#
5*aa1a8ff2SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6e67e8565SEmmanuel Vadot
7e67e8565SEmmanuel Vadottitle: Loongson 2K1000 PM Controller
8e67e8565SEmmanuel Vadot
9e67e8565SEmmanuel Vadotmaintainers:
10e67e8565SEmmanuel Vadot  - Qing Zhang <zhangqing@loongson.cn>
11e67e8565SEmmanuel Vadot
12e67e8565SEmmanuel Vadotdescription: |
13e67e8565SEmmanuel Vadot  This controller can be found in Loongson-2K1000 Soc systems.
14e67e8565SEmmanuel Vadot
15e67e8565SEmmanuel Vadotproperties:
16e67e8565SEmmanuel Vadot  compatible:
17e67e8565SEmmanuel Vadot    const: loongson,ls2k-pm
18e67e8565SEmmanuel Vadot
19e67e8565SEmmanuel Vadot  reg:
20e67e8565SEmmanuel Vadot    maxItems: 1
21e67e8565SEmmanuel Vadot
22e67e8565SEmmanuel Vadotrequired:
23e67e8565SEmmanuel Vadot  - compatible
24e67e8565SEmmanuel Vadot  - reg
25e67e8565SEmmanuel Vadot
26e67e8565SEmmanuel VadotadditionalProperties: false
27e67e8565SEmmanuel Vadot
28e67e8565SEmmanuel Vadotexamples:
29e67e8565SEmmanuel Vadot  - |
30e67e8565SEmmanuel Vadot    bus {
31e67e8565SEmmanuel Vadot        #address-cells = <2>;
32e67e8565SEmmanuel Vadot        #size-cells = <2>;
33e67e8565SEmmanuel Vadot        pm: reset-controller@1fe07000 {
34e67e8565SEmmanuel Vadot            compatible = "loongson,ls2k-pm";
35e67e8565SEmmanuel Vadot            reg = <0 0x1fe07000 0 0x422>;
36e67e8565SEmmanuel Vadot        };
37e67e8565SEmmanuel Vadot    };
38e67e8565SEmmanuel Vadot...
39