Searched full:ostm (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | renesas,ostm.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,ostm.yaml# 7 title: Renesas OS Timer (OSTM) 14 The OSTM is a multi-channel 32-bit timer/counter with fixed clock source that 24 - renesas,r7s72100-ostm # RZ/A1H 25 - renesas,r7s9210-ostm # RZ/A2M 26 - const: renesas,ostm # Generic 54 compatible = "renesas,r7s72100-ostm", "renesas,ostm";
|
/linux-5.10/drivers/clocksource/ |
D | renesas-ostm.c | 3 * Renesas Timer Support - OSTM 18 * The OSTM contains independent channels. 19 * The first OSTM channel probed will be set up as a free running 29 /* OSTM REGISTERS */ 211 TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
|
D | Kconfig | 532 bool "Renesas OSTM timer driver" if COMPILE_TEST 536 Enables the support for the Renesas OSTM.
|
D | Makefile | 13 obj-$(CONFIG_RENESAS_OSTM) += renesas-ostm.o
|
/linux-5.10/arch/arm/boot/dts/ |
D | r7s9210.dtsi | 303 compatible = "renesas,r7s9210-ostm", "renesas,ostm"; 312 compatible = "renesas,r7s9210-ostm", "renesas,ostm"; 321 compatible = "renesas,r7s9210-ostm", "renesas,ostm";
|
D | r7s72100.dtsi | 581 compatible = "renesas,r7s72100-ostm", "renesas,ostm"; 590 compatible = "renesas,r7s72100-ostm", "renesas,ostm";
|