Skip to content

Commit f7281d1

Browse files
committed
dts: renesas: rx: add iwdt property node for watchdog driver
Add iwdt property node on dts for watchdog driver Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
1 parent 5469528 commit f7281d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/rx/renesas/rx130-common.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,5 +507,12 @@
507507
zephyr,memory-region = "OFSM";
508508
status = "okay";
509509
};
510+
511+
iwdt: watchdog@88030 {
512+
compatible = "renesas,rx-iwdt";
513+
reg = <0x00088030 0x10>;
514+
clocks = <&iwdtlsclk 0 0>;
515+
status = "disabled";
516+
};
510517
};
511518
};

0 commit comments

Comments
 (0)