Lines Matching +full:divider +full:- +full:int +full:- +full:2
2 # SPDX-License-Identifier: Apache-2.0
7 The Nuclei system timer provides RISC-V privileged mtime and mtimecmp
21 clk-divider:
22 type: int
24 clk-divider specifies the division ratio to the CPU frequency that
35 clock-frequency = <108000000>;
37 This property takes exponent of the power of 2.
41 division_ratio = 2^n
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.