1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/watchdog/nxp,lpc1850-wwdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC18xx Watchdog Timer (WDT)
10 - Animesh Agarwal <animeshagarwal28@gmail.com>
14 const: nxp,lpc1850-wwdt
21 - description: Watchdog counter clock
22 - description: Register interface clock
39 additionalProperties: false
43 #include <dt-bindings/clock/lpc18xx-cgu.h>
44 #include <dt-bindings/clock/lpc18xx-ccu.h>
47 compatible = "nxp,lpc1850-wwdt";
48 reg = <0x40080000 0x24>;
49 clocks = <&cgu BASE_SAFE_CLK>, <&ccu1 CLK_CPU_WWDT>;
50 clock-names = "wdtclk", "reg";