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