Based on kernel version 6.11
. Page generated on 2024-09-24 08:21 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
| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/timer/brcm,kona-timer.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Broadcom Kona family timer
maintainers:
- Florian Fainelli <f.fainelli@gmail.com>
properties:
compatible:
const: brcm,kona-timer
reg:
maxItems: 1
interrupts:
maxItems: 1
clocks:
maxItems: 1
clock-frequency: true
oneOf:
- required:
- clocks
- required:
- clock-frequency
required:
- compatible
- reg
- interrupts
additionalProperties: false
examples:
- |
#include <dt-bindings/clock/bcm281xx.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
timer@35006000 {
compatible = "brcm,kona-timer";
reg = <0x35006000 0x1000>;
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&aon_ccu BCM281XX_AON_CCU_HUB_TIMER>;
};
...
|
- << [ bindings ]
- actions,owl-timer.txt
- allwinner,sun4i-a10-timer.yaml
- allwinner,sun5i-a13-hstimer.yaml
- altr,timer-1.0.txt
- amlogic,meson6-timer.yaml
- arm,arch_timer.yaml
- arm,arch_timer_mmio.yaml
- arm,armv7m-systick.yaml
- arm,global_timer.yaml
- arm,mps2-timer.txt
- arm,sp804.yaml
- arm,twd-timer.yaml
- brcm,bcm2835-system-timer.txt
- brcm,bcmbca-timer.yaml
- brcm,kona-timer.yaml
- cdns,ttc.yaml
- cirrus,clps711x-timer.txt
- cirrus,ep9301-timer.yaml
- csky,gx6605s-timer.txt
- csky,mptimer.txt
- digicolor-timer.txt
- ezchip,nps400-timer0.txt
- ezchip,nps400-timer1.txt
- faraday,fttmr010.txt
- fsl,ftm-timer.txt
- fsl,gtm.txt
- fsl,imxgpt.yaml
- hpe,gxp-timer.yaml
- img,pistachio-gptimer.txt
- ingenic,sysost.yaml
- ingenic,tcu.yaml
- intel,ixp4xx-timer.yaml
- jcore,pit.txt
- loongson,ls1x-pwmtimer.yaml
- lsi,zevio-timer.txt
- marvell,armada-370-xp-timer.txt
- marvell,orion-timer.txt
- 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.txt
- 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
- renesas,tpu.yaml
- riscv,timer.yaml
- rockchip,rk-timer.yaml
- samsung,exynos4210-mct.yaml
- sifive,clint.yaml
- snps,arc-timer.txt
- snps,archs-gfrc.txt
- snps,archs-rtc.txt
- snps,dw-apb-timer.yaml
- socionext,milbeaut-timer.txt
- sprd,sc9860-timer.yaml
- st,nomadik-mtu.yaml
- st,spear-timer.txt
- st,stih407-lpc
- st,stm32-timer.yaml
- thead,c900-aclint-mtimer.yaml
- ti,davinci-timer.txt
- ti,keystone-timer.txt
- ti,timer-dm.yaml
- via,vt8500-timer.txt
- xlnx,xps-timer.yaml
-