From bcc70d999a714b52330e7119a2627c61232e6156 Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Mon, 23 Dec 2024 13:01:34 +0800 Subject: [PATCH] dts: arm/nxp: Add wwdt nodes to NXP MCXA156 dtsi file Add wwdt nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa156.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa156.dtsi b/dts/arm/nxp/nxp_mcxa156.dtsi index 107ad4b60e7..5837d21ecfc 100644 --- a/dts/arm/nxp/nxp_mcxa156.dtsi +++ b/dts/arm/nxp/nxp_mcxa156.dtsi @@ -421,6 +421,14 @@ status = "disabled"; no-voltage-regulator; }; + + wwdt0: watchdog@4000c000 { + compatible = "nxp,lpc-wwdt"; + reg = <0x4000c000 0x1000>; + interrupts = <60 0>; + status = "disabled"; + clk-divider = <1>; + }; }; };