1# Copyright (c) 2020 Seagate Technology LLC 2# SPDX-License-Identifier: Apache-2.0 3 4# Common fields for LED controllers and child LEDs 5 6child-binding: 7 description: LED child node 8 9 include: led-node.yaml 10 11 properties: 12 index: 13 type: int 14 description: | 15 Index of the LED on a controller. It can be used by drivers or 16 applications to map a logical LED to its real position on the 17 controller. For example, this allows to handle boards where the 18 LEDs in an array/strip are not wired following the LED order of 19 the controller. 20