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 3516059 commit 2a89973Copy full SHA for 2a89973
dts/arm/adi/max32/max32657_common.dtsi
@@ -306,6 +306,30 @@
306
};
307
308
309
+ wut0: timer@6400 {
310
+ compatible = "adi,max32-timer";
311
+ reg = <0x6400 0x200>;
312
+ interrupts = <24 0>;
313
+ status = "disabled";
314
+ prescaler = <1>;
315
+ counter {
316
+ compatible = "adi,max32-wut";
317
318
+ };
319
320
+
321
+ wut1: timer@6600 {
322
323
+ reg = <0x6600 0x200>;
324
+ interrupts = <25 0>;
325
326
327
328
329
330
331
332
333
rtc_counter: rtc_counter@6000 {
334
compatible = "adi,max32-rtc-counter";
335
reg = <0x6000 0x400>;
0 commit comments