amlogic,meson6-timer.txt 342 B

123456789101112131415
  1. Amlogic Meson6 SoCs Timer Controller
  2. Required properties:
  3. - compatible : should be "amlogic,meson6-timer"
  4. - reg : Specifies base physical address and size of the registers.
  5. - interrupts : The interrupt of the first timer
  6. Example:
  7. timer@c1109940 {
  8. compatible = "amlogic,meson6-timer";
  9. reg = <0xc1109940 0x14>;
  10. interrupts = <0 10 1>;
  11. };