Skip to content

Commit 5addcec

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 dfde765 commit 5addcec

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
@@ -519,5 +519,12 @@
519519
zephyr,memory-region = "OFSM";
520520
status = "okay";
521521
};
522+
523+
iwdt: watchdog@88030 {
524+
compatible = "renesas,rx-iwdt";
525+
reg = <0x00088030 0x10>;
526+
clocks = <&iwdtlsclk 0 0>;
527+
status = "disabled";
528+
};
522529
};
523530
};

0 commit comments

Comments
 (0)