File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
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
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 };
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 };
You can’t perform that action at this time.
0 commit comments