Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 108c30b43c9c7fff6ecb0cf3633c70a6 > files > 3703

kernel-doc-4.14.70-2.mga6.noarch.rpm

Amlogic Meson6 SoCs Timer Controller

Required properties:

- compatible : should be "amlogic,meson6-timer"
- reg : Specifies base physical address and size of the registers.
- interrupts : The interrupt of the first timer

Example:

timer@c1109940 {
	compatible = "amlogic,meson6-timer";
	reg = <0xc1109940 0x14>;
	interrupts = <0 10 1>;
};