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 5addcec commit d7a0a17Copy full SHA for d7a0a17
boards/renesas/rsk_rx130/rsk_rx130.dts
@@ -38,6 +38,7 @@
38
aliases {
39
led0 = &led1;
40
led1 = &led3;
41
+ watchdog0 = &iwdt;
42
};
43
44
@@ -58,6 +59,10 @@
58
59
status = "okay";
60
61
62
+&iwdtlsclk {
63
+ status = "okay";
64
+};
65
+
66
&cmt {
67
clock-frequency = <4000000>;
68
@@ -88,3 +93,9 @@
88
93
ssl-assert = <0>;
89
94
90
95
96
97
+&iwdt {
98
+ window-start = <0x3000>;
99
+ window-end = <0x0300>;
100
101
boards/renesas/rsk_rx130/rsk_rx130_512kb.yaml
@@ -12,5 +12,6 @@ supported:
12
- serial
13
- timer
14
- spi
15
+ - watchdog
16
ram: 48
17
flash: 512
0 commit comments