0001 # SPDX-License-Identifier: GPL-2.0-only
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/leds/trigger-source.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Trigger source providers
0008
0009 maintainers:
0010 - Jacek Anaszewski <jacek.anaszewski@gmail.com>
0011 - Pavel Machek <pavel@ucw.cz>
0012
0013 description:
0014 Each trigger source provider should be represented by a device tree node. It
0015 may be e.g. a USB port or an Ethernet device.
0016
0017 properties:
0018 '#trigger-source-cells':
0019 description:
0020 Number of cells in a source trigger. Typically 0 for nodes of simple
0021 trigger sources (e.g. a specific USB port).
0022 enum: [ 0, 1 ]
0023
0024 additionalProperties: true
0025
0026 ...