File tree Expand file tree Collapse file tree 5 files changed +76
-4
lines changed Expand file tree Collapse file tree 5 files changed +76
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2023-2024 Analog Devices, Inc.
2
+ * Copyright (c) 2023-2025 Analog Devices, Inc.
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
149
149
interrupts = <67 0>;
150
150
status = "disabled";
151
151
};
152
+
153
+ wut0: timer@40006400 {
154
+ compatible = "adi,max32-timer";
155
+ reg = <0x40006400 0x400>;
156
+ interrupts = <53 0>;
157
+ status = "disabled";
158
+ prescaler = <1>;
159
+ counter {
160
+ compatible = "adi,max32-wut";
161
+ status = "disabled";
162
+ };
163
+ };
152
164
};
153
165
};
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2023-2024 Analog Devices, Inc.
2
+ * Copyright (c) 2023-2025 Analog Devices, Inc.
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
188
188
power-delay-ms = <1500>;
189
189
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 10>;
190
190
};
191
+
192
+ wut0: timer@40006400 {
193
+ compatible = "adi,max32-timer";
194
+ reg = <0x40006400 0x400>;
195
+ interrupts = <53 0>;
196
+ status = "disabled";
197
+ prescaler = <1>;
198
+ counter {
199
+ compatible = "adi,max32-wut";
200
+ status = "disabled";
201
+ };
202
+ };
191
203
};
192
204
};
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2024 Analog Devices, Inc.
2
+ * Copyright (c) 2024-2025 Analog Devices, Inc.
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
131
131
interrupts = <67 0>;
132
132
status = "disabled";
133
133
};
134
+
135
+ wut0: timer@40006400 {
136
+ compatible = "adi,max32-timer";
137
+ reg = <0x40006400 0x400>;
138
+ interrupts = <53 0>;
139
+ status = "disabled";
140
+ prescaler = <1>;
141
+ counter {
142
+ compatible = "adi,max32-wut";
143
+ status = "disabled";
144
+ };
145
+ };
134
146
};
135
147
};
Original file line number Diff line number Diff line change 282
282
interrupts = <108 0>;
283
283
clocks = <&gcr ADI_MAX32_CLOCK_BUS1 19>;
284
284
};
285
+
286
+ wut0: timer@40006400 {
287
+ compatible = "adi,max32-timer";
288
+ reg = <0x40006400 0x200>;
289
+ interrupts = <53 0>;
290
+ status = "disabled";
291
+ prescaler = <1>;
292
+ counter {
293
+ compatible = "adi,max32-wut";
294
+ status = "disabled";
295
+ };
296
+ };
297
+
298
+ wut1: timer@40006600 {
299
+ compatible = "adi,max32-timer";
300
+ reg = <0x40006600 0x200>;
301
+ interrupts = <109 0>;
302
+ status = "disabled";
303
+ prescaler = <1>;
304
+ counter {
305
+ compatible = "adi,max32-wut";
306
+ status = "disabled";
307
+ };
308
+ };
285
309
};
286
310
};
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2024 Analog Devices, Inc.
2
+ * Copyright (c) 2024-2025 Analog Devices, Inc.
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
207
207
interrupts = <67 0>;
208
208
status = "disabled";
209
209
};
210
+
211
+ wut0: timer@40006400 {
212
+ compatible = "adi,max32-timer";
213
+ reg = <0x40006400 0x400>;
214
+ interrupts = <53 0>;
215
+ status = "disabled";
216
+ prescaler = <1>;
217
+ counter {
218
+ compatible = "adi,max32-wut";
219
+ status = "disabled";
220
+ };
221
+ };
210
222
};
211
223
};
You can’t perform that action at this time.
0 commit comments