]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/power/reset/brcm,bcm21664-resetmgr.yaml
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / power / reset / brcm,bcm21664-resetmgr.yaml
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/power/reset/brcm,bcm21664-resetmgr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Broadcom Kona family reset manager
8
9 maintainers:
10 - Florian Fainelli <f.fainelli@gmail.com>
11
12 properties:
13 compatible:
14 const: brcm,bcm21664-resetmgr
15
16 reg:
17 maxItems: 1
18
19 required:
20 - compatible
21 - reg
22
23 additionalProperties: false
24
25 examples:
26 - |
27 reset-controller@35001f00 {
28 compatible = "brcm,bcm21664-resetmgr";
29 reg = <0x35001f00 0x24>;
30 };
31 ...