Skip to content

Commit eff4e95

Browse files
nordic-krchanangl
authored andcommitted
[nrf fromtree] dts: common: nordic: Add clock source to timers
Add clock source to timers which indicates maximum frequency of the timer instance. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 96d78bd)
1 parent 26c21b2 commit eff4e95

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
status = "disabled";
386386
cc-num = <8>;
387387
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
388-
clocks = <&fll16m>;
388+
clocks = <&hfxo>;
389389
max-bit-width = <32>;
390390
max-frequency = <DT_FREQ_M(32)>;
391391
prescaler = <0>;
@@ -397,7 +397,7 @@
397397
status = "disabled";
398398
cc-num = <8>;
399399
interrupts = <41 NRF_DEFAULT_IRQ_PRIORITY>;
400-
clocks = <&fll16m>;
400+
clocks = <&hfxo>;
401401
max-bit-width = <32>;
402402
max-frequency = <DT_FREQ_M(32)>;
403403
prescaler = <0>;
@@ -409,7 +409,7 @@
409409
status = "disabled";
410410
cc-num = <8>;
411411
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
412-
clocks = <&fll16m>;
412+
clocks = <&hfxo>;
413413
max-bit-width = <32>;
414414
max-frequency = <DT_FREQ_M(32)>;
415415
prescaler = <0>;

dts/common/nordic/nrf54l09.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
cc-num = <6>;
157157
max-bit-width = <32>;
158158
interrupts = <85 NRF_DEFAULT_IRQ_PRIORITY>;
159-
/* NRFX-6881: Temporary workaround for timer00 */
160-
max-frequency = <DT_FREQ_M(64)>;
159+
clocks = <&hfpll>;
161160
prescaler = <0>;
162161
};
163162

@@ -186,7 +185,7 @@
186185
cc-num = <8>;
187186
max-bit-width = <32>;
188187
interrupts = <133 NRF_DEFAULT_IRQ_PRIORITY>;
189-
max-frequency = <DT_FREQ_M(32)>;
188+
clocks = <&hfxo>;
190189
prescaler = <0>;
191190
};
192191

dts/common/nordic/nrf54l20.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
cc-num = <6>;
153153
max-bit-width = <32>;
154154
interrupts = <85 NRF_DEFAULT_IRQ_PRIORITY>;
155-
max-frequency = <DT_FREQ_M(128)>;
155+
clocks = <&hfpll>;
156156
prescaler = <0>;
157157
};
158158

@@ -181,7 +181,7 @@
181181
cc-num = <8>;
182182
max-bit-width = <32>;
183183
interrupts = <133 NRF_DEFAULT_IRQ_PRIORITY>;
184-
max-frequency = <DT_FREQ_M(32)>;
184+
clocks = <&hfxo>;
185185
prescaler = <0>;
186186
};
187187

dts/common/nordic/nrf54l_05_10_15.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
cc-num = <6>;
192192
max-bit-width = <32>;
193193
interrupts = <85 NRF_DEFAULT_IRQ_PRIORITY>;
194-
max-frequency = <DT_FREQ_M(128)>;
194+
clocks = <&hfpll>;
195195
prescaler = <0>;
196196
};
197197

@@ -220,7 +220,7 @@
220220
cc-num = <8>;
221221
max-bit-width = <32>;
222222
interrupts = <133 NRF_DEFAULT_IRQ_PRIORITY>;
223-
max-frequency = <DT_FREQ_M(32)>;
223+
clocks = <&hfxo>;
224224
prescaler = <0>;
225225
};
226226

dts/common/nordic/nrf9280.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
cc-num = <8>;
266266
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
267267
max-bit-width = <32>;
268-
max-frequency = <DT_FREQ_M(32)>;
268+
clocks = <&hfxo>;
269269
prescaler = <0>;
270270
};
271271

@@ -276,7 +276,7 @@
276276
cc-num = <8>;
277277
interrupts = <41 NRF_DEFAULT_IRQ_PRIORITY>;
278278
max-bit-width = <32>;
279-
max-frequency = <DT_FREQ_M(32)>;
279+
clocks = <&hfxo>;
280280
prescaler = <0>;
281281
};
282282

@@ -287,7 +287,7 @@
287287
cc-num = <8>;
288288
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
289289
max-bit-width = <32>;
290-
max-frequency = <DT_FREQ_M(32)>;
290+
clocks = <&hfxo>;
291291
prescaler = <0>;
292292
};
293293

@@ -466,7 +466,7 @@
466466
cc-num = <6>;
467467
interrupts = <226 NRF_DEFAULT_IRQ_PRIORITY>;
468468
max-bit-width = <32>;
469-
max-frequency = <DT_FREQ_M(320)>;
469+
clocks = <&hsfll120>;
470470
prescaler = <0>;
471471
};
472472

@@ -477,7 +477,7 @@
477477
cc-num = <6>;
478478
interrupts = <227 NRF_DEFAULT_IRQ_PRIORITY>;
479479
max-bit-width = <32>;
480-
max-frequency = <DT_FREQ_M(320)>;
480+
clocks = <&hsfll120>;
481481
prescaler = <0>;
482482
};
483483

0 commit comments

Comments
 (0)