Based on kernel version 6.16
. Page generated on 2025-08-06 08:57 EST
.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/timer/fsl,vf610-pit.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Freescale Periodic Interrupt Timer (PIT)
maintainers:
- Frank Li <Frank.Li@nxp.com>
description:
The PIT module is an array of timers that can be used to raise interrupts
and trigger DMA channels.
properties:
compatible:
enum:
- fsl,vf610-pit
reg:
maxItems: 1
interrupts:
maxItems: 1
clocks:
maxItems: 1
clock-names:
items:
- const: pit
required:
- compatible
- reg
- interrupts
- clocks
- clock-names
additionalProperties: false
examples:
- |
#include <dt-bindings/clock/vf610-clock.h>
#include <dt-bindings/interrupt-controller/irq.h>
timer@40037000 {
compatible = "fsl,vf610-pit";
reg = <0x40037000 0x1000>;
interrupts = <39 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks VF610_CLK_PIT>;
clock-names = "pit";
};
|
- << [ bindings ]
- actions,owl-timer.yaml
- allwinner,sun4i-a10-timer.yaml
- allwinner,sun5i-a13-hstimer.yaml
- altr,timer-1.0.yaml
- amlogic,meson6-timer.yaml
- arm,arch_timer.yaml
- arm,arch_timer_mmio.yaml
- arm,armv7m-systick.yaml
- arm,global_timer.yaml
- arm,mps2-timer.yaml
- arm,sp804.yaml
- arm,twd-timer.yaml
- brcm,bcm2835-system-timer.yaml
- brcm,bcmbca-timer.yaml
- brcm,kona-timer.yaml
- cdns,ttc.yaml
- cirrus,clps711x-timer.yaml
- cirrus,ep9301-timer.yaml
- cnxt,cx92755-timer.yaml
- csky,gx6605s-timer.yaml
- csky,mptimer.yaml
- econet,en751221-timer.yaml
- ezchip,nps400-timer.yaml
- faraday,fttmr010.txt
- fsl,ftm-timer.yaml
- fsl,gtm.yaml
- fsl,imxgpt.yaml
- fsl,vf610-pit.yaml
- hpe,gxp-timer.yaml
- img,pistachio-gptimer.yaml
- ingenic,sysost.yaml
- ingenic,tcu.yaml
- intel,ixp4xx-timer.yaml
- jcore,pit.yaml
- loongson,ls1x-pwmtimer.yaml
- lsi,zevio-timer.yaml
- marvell,armada-370-timer.yaml
- marvell,orion-timer.yaml
- mediatek,timer.yaml
- mrvl,mmp-timer.yaml
- mstar,msc313e-timer.yaml
- nuvoton,npcm7xx-timer.yaml
- nvidia,tegra-timer.yaml
- nvidia,tegra186-timer.yaml
- nxp,lpc3220-timer.yaml
- nxp,s32g2-stm.yaml
- nxp,sysctr-timer.yaml
- nxp,tpm-timer.yaml
- ralink,cevt-systick.yaml
- ralink,rt2880-timer.yaml
- rda,8810pl-timer.yaml
- realtek,otto-timer.yaml
- renesas,cmt.yaml
- renesas,em-sti.yaml
- renesas,mtu2.yaml
- renesas,ostm.yaml
- renesas,rz-mtu3.yaml
- renesas,tmu.yaml
- riscv,timer.yaml
- rockchip,rk-timer.yaml
- samsung,exynos4210-mct.yaml
- sifive,clint.yaml
- snps,arc-timer.yaml
- snps,archs-gfrc.yaml
- snps,archs-rtc.yaml
- snps,dw-apb-timer.yaml
- socionext,milbeaut-timer.yaml
- sprd,sc9860-timer.yaml
- st,nomadik-mtu.yaml
- st,spear-timer.yaml
- st,stih407-lpc
- st,stm32-timer.yaml
- thead,c900-aclint-mtimer.yaml
- ti,da830-timer.yaml
- ti,keystone-timer.yaml
- ti,timer-dm.yaml
- via,vt8500-timer.txt
- xlnx,xps-timer.yaml
-