We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9733e34 commit 74d4ee5Copy full SHA for 74d4ee5
boards/renesas/rsk_rx130/rsk_rx130.dts
@@ -52,6 +52,7 @@
52
led0 = &led1;
53
led1 = &led3;
54
sw0 = &sw1;
55
+ watchdog0 = &iwdt;
56
};
57
58
@@ -72,6 +73,10 @@
72
73
status = "okay";
74
75
76
+&iwdtlsclk {
77
+ status = "okay";
78
+};
79
+
80
&cmt {
81
clock-frequency = <4000000>;
82
@@ -145,3 +150,9 @@
145
150
pinctrl-names = "default";
146
151
147
152
153
154
+&iwdt {
155
+ window-start = <0x3000>;
156
+ window-end = <0x0300>;
157
158
0 commit comments