| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/watchdog/fsl-imx7ulp-wdt.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Freescale i.MX7ULP Watchdog Timer (WDT) Controller |
| - Anson Huang <Anson.Huang@nxp.com> |
| When set, wdog can generate external reset from the wdog_any pin. |
| unevaluatedProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| #include <dt-bindings/clock/imx7ulp-clock.h> |
| compatible = "fsl,imx7ulp-wdt"; |
| reg = <0x403d0000 0x10000>; |
| interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
| clocks = <&pcc2 IMX7ULP_CLK_WDG1>; |
| assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG1>; |
| assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>; |