Skip to content

Commit 92bddd0

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 <[email protected]>
1 parent 70d2e84 commit 92bddd0

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
@@ -839,5 +839,12 @@
839839
zephyr,memory-region = "OFSM";
840840
status = "okay";
841841
};
842+
843+
iwdt: watchdog@88030 {
844+
compatible = "renesas,rx-iwdt";
845+
reg = <0x00088030 0x10>;
846+
clocks = <&iwdtlsclk 0 0>;
847+
status = "disabled";
848+
};
842849
};
843850
};

0 commit comments

Comments
 (0)