Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / timer / amlogic,meson6-timer.txt
CommitLineData
66b2e373
CC
1Amlogic Meson6 SoCs Timer Controller
2
3Required properties:
4
5- compatible : should be "amlogic,meson6-timer"
6- reg : Specifies base physical address and size of the registers.
7- interrupts : The interrupt of the first timer
8
9Example:
10
11timer@c1109940 {
12 compatible = "amlogic,meson6-timer";
13 reg = <0xc1109940 0x14>;
14 interrupts = <0 10 1>;
15};
This page took 0.093358 seconds and 5 git commands to generate.