Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | |
| 7 | title: Trigger source providers |
| 8 | |
| 9 | maintainers: |
| 10 | - Jacek Anaszewski <jacek.anaszewski@gmail.com> |
| 11 | - Pavel Machek <pavel@ucw.cz> |
| 12 | |
| 13 | description: |
| 14 | Each trigger source provider should be represented by a device tree node. It |
| 15 | may be e.g. a USB port or an Ethernet device. |
| 16 | |
| 17 | properties: |
| 18 | '#trigger-source-cells': |
| 19 | description: |
| 20 | Number of cells in a source trigger. Typically 0 for nodes of simple |
| 21 | trigger sources (e.g. a specific USB port). |
| 22 | enum: [ 0, 1 ] |
| 23 | |
| 24 | additionalProperties: true |
| 25 | |
| 26 | ... |