13115888cSAbel Vesa# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
23115888cSAbel Vesa%YAML 1.2
33115888cSAbel Vesa---
43115888cSAbel Vesa$id: http://devicetree.org/schemas/watchdog/fsl,scu-wdt.yaml#
53115888cSAbel Vesa$schema: http://devicetree.org/meta-schemas/core.yaml#
63115888cSAbel Vesa
7*3367934dSKrzysztof Kozlowskititle: i.MX SCU Client Device Node - Watchdog Based on SCU Message Protocol
83115888cSAbel Vesa
93115888cSAbel Vesamaintainers:
103115888cSAbel Vesa  - Dong Aisheng <aisheng.dong@nxp.com>
113115888cSAbel Vesa
123115888cSAbel Vesadescription: i.MX SCU Client Device Node
133115888cSAbel Vesa  Client nodes are maintained as children of the relevant IMX-SCU device node.
143115888cSAbel Vesa
153115888cSAbel VesaallOf:
163115888cSAbel Vesa  - $ref: watchdog.yaml#
173115888cSAbel Vesa
183115888cSAbel Vesaproperties:
193115888cSAbel Vesa  compatible:
203115888cSAbel Vesa    items:
213115888cSAbel Vesa      - const: fsl,imx8qxp-sc-wdt
223115888cSAbel Vesa      - const: fsl,imx-sc-wdt
233115888cSAbel Vesa
243115888cSAbel Vesarequired:
253115888cSAbel Vesa  - compatible
263115888cSAbel Vesa
273115888cSAbel VesaunevaluatedProperties: false
283115888cSAbel Vesa
293115888cSAbel Vesaexamples:
303115888cSAbel Vesa  - |
313115888cSAbel Vesa    watchdog {
323115888cSAbel Vesa        compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
333115888cSAbel Vesa        timeout-sec = <60>;
343115888cSAbel Vesa    };
35