brcm,bcmbca-timer.yaml 918 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/timer/brcm,bcmbca-timer.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Broadcom Broadband SoC timer
  7. maintainers:
  8. - Rafał Miłecki <rafal@milecki.pl>
  9. properties:
  10. compatible:
  11. oneOf:
  12. - const: brcm,bcm6345-timer
  13. description: >
  14. An old block with 3 timers.
  15. It can be found in BCM6345, BCM6838 and BCM63268.
  16. - const: brcm,bcm63138-timer
  17. description: >
  18. Updated block with 4 timers and control regs at the beginning.
  19. It can be found in newer SoCs, e.g. BCM63138, BCM63148, BCM63381,
  20. BCM68360, BCM6848, BCM6858, BCM4908.
  21. reg:
  22. maxItems: 1
  23. additionalProperties: false
  24. required:
  25. - reg
  26. examples:
  27. - |
  28. timer@fffe0200 {
  29. compatible = "brcm,bcm6345-timer";
  30. reg = <0xfffe0200 0x1c>;
  31. };