Skip to content

Commit 2a89973

Browse files
ttmutcfriedt
authored andcommitted
dts: arm: adi: max32657: Add Wake-Up Timer instances
Add wut0 and wut1 to max32657_common.dtsi. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent 3516059 commit 2a89973

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dts/arm/adi/max32/max32657_common.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,30 @@
306306
};
307307
};
308308

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+
status = "disabled";
318+
};
319+
};
320+
321+
wut1: timer@6600 {
322+
compatible = "adi,max32-timer";
323+
reg = <0x6600 0x200>;
324+
interrupts = <25 0>;
325+
status = "disabled";
326+
prescaler = <1>;
327+
counter {
328+
compatible = "adi,max32-wut";
329+
status = "disabled";
330+
};
331+
};
332+
309333
rtc_counter: rtc_counter@6000 {
310334
compatible = "adi,max32-rtc-counter";
311335
reg = <0x6000 0x400>;

0 commit comments

Comments
 (0)