socionext,uniphier-wdt.yaml 629 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/watchdog/socionext,uniphier-wdt.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Socionext UniPhier watchdog timer
  7. maintainers:
  8. - Keiji Hayashibara <hayashibara.keiji@socionext.com>
  9. allOf:
  10. - $ref: watchdog.yaml#
  11. properties:
  12. compatible:
  13. const: socionext,uniphier-wdt
  14. required:
  15. - compatible
  16. unevaluatedProperties: false
  17. examples:
  18. - |
  19. // The UniPhier watchdog should be a subnode of a "syscon" compatible node.
  20. watchdog {
  21. compatible = "socionext,uniphier-wdt";
  22. };