18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci%YAML 1.2 38c2ecf20Sopenharmony_ci--- 48c2ecf20Sopenharmony_ci$id: http://devicetree.org/schemas/leds/trigger-source.yaml# 58c2ecf20Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cititle: Trigger source providers 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cimaintainers: 108c2ecf20Sopenharmony_ci - Jacek Anaszewski <jacek.anaszewski@gmail.com> 118c2ecf20Sopenharmony_ci - Pavel Machek <pavel@ucw.cz> 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_cidescription: 148c2ecf20Sopenharmony_ci Each trigger source provider should be represented by a device tree node. It 158c2ecf20Sopenharmony_ci may be e.g. a USB port or an Ethernet device. 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciproperties: 188c2ecf20Sopenharmony_ci '#trigger-source-cells': 198c2ecf20Sopenharmony_ci description: 208c2ecf20Sopenharmony_ci Number of cells in a source trigger. Typically 0 for nodes of simple 218c2ecf20Sopenharmony_ci trigger sources (e.g. a specific USB port). 228c2ecf20Sopenharmony_ci enum: [ 0, 1 ] 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ciadditionalProperties: true 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ci... 27