Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cris-mirror.git] / Documentation / devicetree / bindings / timer / amlogic,meson6-timer.txt
bloba092053f7902fdbba2e2d752b5e725ea83506432
1 Amlogic Meson6 SoCs Timer Controller
3 Required properties:
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
9 Example:
11 timer@c1109940 {
12         compatible = "amlogic,meson6-timer";
13         reg = <0xc1109940 0x14>;
14         interrupts = <0 10 1>;