Skip to content

Commit 4abc98e

Browse files
nordic-krchkartben
authored andcommitted
Revert "dts: nordic nrf-timer: Expose max frequency as DT property"
This reverts commit 0ecfac6. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 96d78bd commit 4abc98e

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

dts/bindings/counter/nordic,nrf-timer.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,10 @@ properties:
2424
interrupts:
2525
required: true
2626

27-
max-frequency:
28-
type: int
29-
default: 16000000
30-
description: |
31-
Maximum timer frequency in Hz.
32-
33-
The default value is 16MHz which was the maximum frequency for all nRF TIMER peripherals
34-
up to the nRF54 series, and still remains the most typical maximum frequency for nRF54
35-
TIMERs.
36-
3727
prescaler:
3828
type: int
3929
required: true
40-
description: Prescaler value determines frequency (max-frequency/2^prescaler)
30+
description: Prescaler value determines frequency (base_frequency/2^prescaler)
4131

4232
zli:
4333
type: boolean

dts/common/nordic/nrf54h20.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@
387387
interrupts = <40 NRF_DEFAULT_IRQ_PRIORITY>;
388388
clocks = <&hfxo>;
389389
max-bit-width = <32>;
390-
max-frequency = <DT_FREQ_M(32)>;
391390
prescaler = <0>;
392391
};
393392

@@ -399,7 +398,6 @@
399398
interrupts = <41 NRF_DEFAULT_IRQ_PRIORITY>;
400399
clocks = <&hfxo>;
401400
max-bit-width = <32>;
402-
max-frequency = <DT_FREQ_M(32)>;
403401
prescaler = <0>;
404402
};
405403

@@ -411,7 +409,6 @@
411409
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;
412410
clocks = <&hfxo>;
413411
max-bit-width = <32>;
414-
max-frequency = <DT_FREQ_M(32)>;
415412
prescaler = <0>;
416413
};
417414

@@ -627,7 +624,6 @@
627624
interrupts = <226 NRF_DEFAULT_IRQ_PRIORITY>;
628625
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
629626
max-bit-width = <32>;
630-
max-frequency = <DT_FREQ_M(320)>;
631627
clocks = <&hsfll120>;
632628
prescaler = <0>;
633629
};
@@ -640,7 +636,6 @@
640636
interrupts = <227 NRF_DEFAULT_IRQ_PRIORITY>;
641637
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
642638
max-bit-width = <32>;
643-
max-frequency = <DT_FREQ_M(320)>;
644639
clocks = <&hsfll120>;
645640
prescaler = <0>;
646641
};

0 commit comments

Comments
 (0)