Lines Matching +full:low +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
28 This configuration is used sometimes for such as low power consumption.
30 For example, the CPU clock frequency is 108MHz, and the system timer
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.