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 3d50c89 commit 96b1cbeCopy full SHA for 96b1cbe
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
@@ -81,3 +86,9 @@
81
86
82
87
83
88
89
90
+&iwdt {
91
+ window-start = <0x3000>;
92
+ window-end = <0x0300>;
93
94
boards/renesas/rsk_rx130/rsk_rx130_512kb.yaml
@@ -11,5 +11,6 @@ supported:
11
- gpio
12
- serial
13
- timer
14
+ - watchdog
15
ram: 48
16
flash: 512
0 commit comments