Skip to content

Commit 5e64628

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 c458111 commit 5e64628

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
@@ -843,5 +843,12 @@
843843
zephyr,memory-region = "OFSM";
844844
status = "okay";
845845
};
846+
847+
iwdt: watchdog@88030 {
848+
compatible = "renesas,rx-iwdt";
849+
reg = <0x00088030 0x10>;
850+
clocks = <&iwdtlsclk 0 0>;
851+
status = "disabled";
852+
};
846853
};
847854
};

0 commit comments

Comments
 (0)