Searched full:clint (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/Documentation/devicetree/bindings/timer/ |
| D | sifive,clint.yaml | 4 $id: http://devicetree.org/schemas/timer/sifive,clint.yaml# 15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor 18 interrupt controller is the parent interrupt controller for CLINT device. 19 The clock frequency of CLINT is specified via "timebase-frequency" DT 27 - sifive,fu540-c000-clint 28 - canaan,k210-clint 32 Should be "<vendor>,<chip>-clint" and "sifive,clint<version>". 34 "sifive,fu540-c000-clint" for the SiFive CLINT v0 as integrated 35 onto the SiFive FU540 chip, "canaan,k210-clint" for the SiFive 36 CLINT v0 as integrated onto the Canaan Kendryte K210 chip, and [all …]
|
| /Linux-v5.15/drivers/clocksource/ |
| D | timer-clint.c | 6 * CLINT MMIO timer device. 9 #define pr_fmt(fmt) "clint: " fmt 25 #include <asm/clint.h> 32 /* CLINT manages IPI and Timer for RISC-V M-mode */ 155 * Ensure that CLINT device interrupts are either RV_IRQ_TIMER or in clint_timer_init_dt() 180 /* If CLINT timer irq not found then fail */ in clint_timer_init_dt() 216 "clint-timer", &clint_clock_event); in clint_timer_init_dt() 223 "clockevents/clint/timer:starting", in clint_timer_init_dt()
|
| D | Kconfig | 636 bool "CLINT Timer for the RISC-V platform" if COMPILE_TEST 641 This option enables the CLINT timer for RISC-V systems. The CLINT
|
| D | Makefile | 86 obj-$(CONFIG_CLINT_TIMER) += timer-clint.o
|
| /Linux-v5.15/arch/riscv/include/asm/ |
| D | clint.h | 14 * This lives in the CLINT driver, but is accessed directly by timex.h to avoid
|
| D | timex.h | 15 #include <asm/clint.h>
|
| /Linux-v5.15/arch/riscv/boot/dts/microchip/ |
| D | microchip-mpfs.dtsi | 163 clint@2000000 {
|
| /Linux-v5.15/arch/riscv/boot/dts/canaan/ |
| D | k210.dtsi | 104 compatible = "canaan,k210-clint", "sifive,clint0";
|