Lines Matching +full:clock +full:- +full:frequency
2 # SPDX-License-Identifier: Apache-2.0
7 The Nuclei system timer provides RISC-V privileged mtime and mtimecmp
21 clk-divider:
24 clk-divider specifies the division ratio to the CPU frequency that
25 clock used by the system timer.
27 different clock sources.
30 For example, the CPU clock frequency is 108MHz, and the system timer
31 uses 27MHz, which is the CPU clock divided by 4.
32 In this case, the CPU clock frequency is defined in the CPU node
35 clock-frequency = <108000000>;
38 The relationship with the frequency division ratio is as
44 Setting clk-divider to 2 specifies the system timer uses the clock
45 that CPU clock frequency divided by (2^2=)4, or 27MHz.
48 dt-bindings/timer/nuclei-systimer.h header file.