1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/watchdog/img,pdc-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ImgTec PowerDown Controller (PDC) Watchdog Timer (WDT)
10 - Shresth Prasad <shresthprasad7@gmail.com>
13 - $ref: watchdog.yaml#
25 - description: watchdog counter clock
26 - description: register interface clock
43 unevaluatedProperties: false
47 #include <dt-bindings/interrupt-controller/irq.h>
50 compatible = "img,pdc-wdt";
51 reg = <0x18102100 0x100>;
52 clocks = <&pdc_wdt_clk>, <&sys_clk>;
53 clock-names = "wdt", "sys";
54 interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;