xref: /freebsd/sys/contrib/device-tree/Bindings/watchdog/mediatek,mt7621-wdt.yaml (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
17ef62cebSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
27ef62cebSEmmanuel Vadot%YAML 1.2
37ef62cebSEmmanuel Vadot---
47ef62cebSEmmanuel Vadot$id: http://devicetree.org/schemas/watchdog/mediatek,mt7621-wdt.yaml#
57ef62cebSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
67ef62cebSEmmanuel Vadot
77ef62cebSEmmanuel Vadottitle: Ralink Watchdog Timers
87ef62cebSEmmanuel Vadot
97ef62cebSEmmanuel Vadotmaintainers:
107ef62cebSEmmanuel Vadot  - Sergio Paracuellos <sergio.paracuellos@gmail.com>
117ef62cebSEmmanuel Vadot
127ef62cebSEmmanuel VadotallOf:
137ef62cebSEmmanuel Vadot  - $ref: watchdog.yaml#
147ef62cebSEmmanuel Vadot
157ef62cebSEmmanuel Vadotproperties:
167ef62cebSEmmanuel Vadot  compatible:
177ef62cebSEmmanuel Vadot    const: mediatek,mt7621-wdt
187ef62cebSEmmanuel Vadot
197ef62cebSEmmanuel Vadot  reg:
207ef62cebSEmmanuel Vadot    maxItems: 1
217ef62cebSEmmanuel Vadot
22*cb7aa33aSEmmanuel Vadot  mediatek,sysctl:
23*cb7aa33aSEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/phandle
24*cb7aa33aSEmmanuel Vadot    description:
25*cb7aa33aSEmmanuel Vadot      phandle to system controller 'sysc' syscon node which
26*cb7aa33aSEmmanuel Vadot      controls system registers
27*cb7aa33aSEmmanuel Vadot
287ef62cebSEmmanuel Vadotrequired:
297ef62cebSEmmanuel Vadot  - compatible
307ef62cebSEmmanuel Vadot  - reg
317ef62cebSEmmanuel Vadot
327ef62cebSEmmanuel VadotadditionalProperties: false
337ef62cebSEmmanuel Vadot
347ef62cebSEmmanuel Vadotexamples:
357ef62cebSEmmanuel Vadot  - |
367ef62cebSEmmanuel Vadot    watchdog@100 {
377ef62cebSEmmanuel Vadot        compatible = "mediatek,mt7621-wdt";
387ef62cebSEmmanuel Vadot        reg = <0x100 0x100>;
39*cb7aa33aSEmmanuel Vadot        mediatek,sysctl = <&sysc>;
407ef62cebSEmmanuel Vadot    };
41