1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/watchdog/fsl-imx-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX Watchdog Timer (WDT) Controller
10 - Anson Huang <Anson.Huang@nxp.com>
13 - $ref: "watchdog.yaml#"
18 - const: fsl,imx21-wdt
41 - const: fsl,imx21-wdt
53 $ref: /schemas/types.yaml#/definitions/flag
55 If present, the watchdog device is configured to assert its
56 external reset (WDOG_B) instead of issuing a software reset.
63 unevaluatedProperties: false
67 #include <dt-bindings/interrupt-controller/arm-gic.h>
68 #include <dt-bindings/clock/imx6qdl-clock.h>
71 compatible = "fsl,imx21-wdt";
72 reg = <0x020bc000 0x4000>;
73 interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
74 clocks = <&clks IMX6QDL_CLK_IPG>;