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 3a595f2 commit 01d6e15Copy full SHA for 01d6e15
dts/arm/adi/max32/max32657_common.dtsi
@@ -144,6 +144,15 @@
144
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 2>;
145
status = "disabled";
146
};
147
+
148
+ wdt0: watchdog@3000 {
149
+ compatible = "adi,max32-watchdog";
150
+ reg = <0x3000 0x400>;
151
+ interrupts = <1 0>;
152
+ clocks = <&gcr ADI_MAX32_CLOCK_BUS1 27>;
153
+ clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>;
154
+ status = "disabled";
155
+ };
156
157
158
&nvic {
0 commit comments