xref: /freebsd/sys/contrib/device-tree/Bindings/watchdog/fsl,scu-wdt.yaml (revision 84943d6f38e936ac3b7a3947ca26eeb27a39f938)
1b97ee269SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2b97ee269SEmmanuel Vadot%YAML 1.2
3b97ee269SEmmanuel Vadot---
4b97ee269SEmmanuel Vadot$id: http://devicetree.org/schemas/watchdog/fsl,scu-wdt.yaml#
5b97ee269SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6b97ee269SEmmanuel Vadot
78bab661aSEmmanuel Vadottitle: i.MX SCU Client Device Node - Watchdog Based on SCU Message Protocol
8b97ee269SEmmanuel Vadot
9b97ee269SEmmanuel Vadotmaintainers:
10b97ee269SEmmanuel Vadot  - Dong Aisheng <aisheng.dong@nxp.com>
11b97ee269SEmmanuel Vadot
12b97ee269SEmmanuel Vadotdescription: i.MX SCU Client Device Node
13b97ee269SEmmanuel Vadot  Client nodes are maintained as children of the relevant IMX-SCU device node.
14b97ee269SEmmanuel Vadot
15b97ee269SEmmanuel VadotallOf:
16b97ee269SEmmanuel Vadot  - $ref: watchdog.yaml#
17b97ee269SEmmanuel Vadot
18b97ee269SEmmanuel Vadotproperties:
19b97ee269SEmmanuel Vadot  compatible:
20b97ee269SEmmanuel Vadot    items:
21*84943d6fSEmmanuel Vadot      - enum:
22*84943d6fSEmmanuel Vadot          - fsl,imx8dxl-sc-wdt
23*84943d6fSEmmanuel Vadot          - fsl,imx8qxp-sc-wdt
24b97ee269SEmmanuel Vadot      - const: fsl,imx-sc-wdt
25b97ee269SEmmanuel Vadot
26b97ee269SEmmanuel Vadotrequired:
27b97ee269SEmmanuel Vadot  - compatible
28b97ee269SEmmanuel Vadot
29b97ee269SEmmanuel VadotunevaluatedProperties: false
30b97ee269SEmmanuel Vadot
31b97ee269SEmmanuel Vadotexamples:
32b97ee269SEmmanuel Vadot  - |
33b97ee269SEmmanuel Vadot    watchdog {
34b97ee269SEmmanuel Vadot        compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
35b97ee269SEmmanuel Vadot        timeout-sec = <60>;
36b97ee269SEmmanuel Vadot    };
37