xref: /linux/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
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
73367934dSKrzysztof 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:
21*7b43addcSFabio Estevam      - enum:
22*7b43addcSFabio Estevam          - fsl,imx8dxl-sc-wdt
23*7b43addcSFabio Estevam          - fsl,imx8qxp-sc-wdt
243115888cSAbel Vesa      - const: fsl,imx-sc-wdt
253115888cSAbel Vesa
263115888cSAbel Vesarequired:
273115888cSAbel Vesa  - compatible
283115888cSAbel Vesa
293115888cSAbel VesaunevaluatedProperties: false
303115888cSAbel Vesa
313115888cSAbel Vesaexamples:
323115888cSAbel Vesa  - |
333115888cSAbel Vesa    watchdog {
343115888cSAbel Vesa        compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
353115888cSAbel Vesa        timeout-sec = <60>;
363115888cSAbel Vesa    };
37