Skip to content

Commit a212107

Browse files
committed
boards: renesas: Enable watchdog driver on RSK-RX130-512kb
Enable iwdt dts nodes and iwdtsclk clock on RSK-RX130-512kb Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
1 parent 4b4bc89 commit a212107

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

boards/renesas/rsk_rx130/rsk_rx130.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
aliases {
3939
led0 = &led1;
4040
led1 = &led3;
41+
watchdog0 = &iwdt;
4142
};
4243
};
4344

@@ -58,6 +59,10 @@
5859
status = "okay";
5960
};
6061

62+
&iwdtlsclk {
63+
status = "okay";
64+
};
65+
6166
&cmt {
6267
clock-frequency = <4000000>;
6368
status = "okay";
@@ -81,3 +86,9 @@
8186
status = "okay";
8287
};
8388
};
89+
90+
&iwdt {
91+
window-start = <0x3000>;
92+
window-end = <0x0300>;
93+
status = "okay";
94+
};

boards/renesas/rsk_rx130/rsk_rx130_512kb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ supported:
1111
- gpio
1212
- serial
1313
- timer
14+
- watchdog
1415
ram: 48
1516
flash: 512

0 commit comments

Comments
 (0)