1*3115888cSAbel Vesa# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*3115888cSAbel Vesa%YAML 1.2
3*3115888cSAbel Vesa---
4*3115888cSAbel Vesa$id: http://devicetree.org/schemas/watchdog/fsl,scu-wdt.yaml#
5*3115888cSAbel Vesa$schema: http://devicetree.org/meta-schemas/core.yaml#
6*3115888cSAbel Vesa
7*3115888cSAbel Vesatitle: i.MX SCU Client Device Node - Watchdog bindings based on SCU Message Protocol
8*3115888cSAbel Vesa
9*3115888cSAbel Vesamaintainers:
10*3115888cSAbel Vesa  - Dong Aisheng <aisheng.dong@nxp.com>
11*3115888cSAbel Vesa
12*3115888cSAbel Vesadescription: i.MX SCU Client Device Node
13*3115888cSAbel Vesa  Client nodes are maintained as children of the relevant IMX-SCU device node.
14*3115888cSAbel Vesa
15*3115888cSAbel VesaallOf:
16*3115888cSAbel Vesa  - $ref: watchdog.yaml#
17*3115888cSAbel Vesa
18*3115888cSAbel Vesaproperties:
19*3115888cSAbel Vesa  compatible:
20*3115888cSAbel Vesa    items:
21*3115888cSAbel Vesa      - const: fsl,imx8qxp-sc-wdt
22*3115888cSAbel Vesa      - const: fsl,imx-sc-wdt
23*3115888cSAbel Vesa
24*3115888cSAbel Vesarequired:
25*3115888cSAbel Vesa  - compatible
26*3115888cSAbel Vesa
27*3115888cSAbel VesaunevaluatedProperties: false
28*3115888cSAbel Vesa
29*3115888cSAbel Vesaexamples:
30*3115888cSAbel Vesa  - |
31*3115888cSAbel Vesa    watchdog {
32*3115888cSAbel Vesa        compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
33*3115888cSAbel Vesa        timeout-sec = <60>;
34*3115888cSAbel Vesa    };
35