trigger-source.yaml 674 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/leds/trigger-source.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Trigger source providers
  7. maintainers:
  8. - Jacek Anaszewski <jacek.anaszewski@gmail.com>
  9. - Pavel Machek <pavel@ucw.cz>
  10. description:
  11. Each trigger source provider should be represented by a device tree node. It
  12. may be e.g. a USB port or an Ethernet device.
  13. properties:
  14. '#trigger-source-cells':
  15. description:
  16. Number of cells in a source trigger. Typically 0 for nodes of simple
  17. trigger sources (e.g. a specific USB port).
  18. enum: [ 0, 1 ]
  19. additionalProperties: true
  20. ...