qca,ar7130-wdt.yaml 600 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/watchdog/qca,ar7130-wdt.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller
  7. maintainers:
  8. - Gabor Juhos <juhosg@openwrt.org>
  9. allOf:
  10. - $ref: watchdog.yaml#
  11. properties:
  12. compatible:
  13. const: qca,ar7130-wdt
  14. reg:
  15. maxItems: 1
  16. required:
  17. - compatible
  18. - reg
  19. unevaluatedProperties: false
  20. examples:
  21. - |
  22. watchdog@18060008 {
  23. compatible = "qca,ar7130-wdt";
  24. reg = <0x18060008 0x8>;
  25. };