Lines Matching +full:led +full:- +full:controller
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/leds/cznic,turris-omnia-leds.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marek Behún <[email protected]>
15 microcontroller that communicates via the I2C bus. Each LED is described
20 const: cznic,turris-omnia-leds
28 Specifier for the global LED brightness changed by front button press
32 "#address-cells":
35 "#size-cells":
39 "^multi-led@[0-9a-b]$":
41 $ref: leds-class-multicolor.yaml#
45 This node represents one of the RGB LED devices on Turris Omnia.
46 No subnodes need to be added for subchannels since this controller only
58 - reg
63 - |
65 #include <dt-bindings/interrupt-controller/irq.h>
66 #include <dt-bindings/leds/common.h>
69 #address-cells = <1>;
70 #size-cells = <0>;
72 led-controller@2b {
73 compatible = "cznic,turris-omnia-leds";
75 interrupts-extended = <&mcu 11 IRQ_TYPE_NONE>;
76 #address-cells = <1>;
77 #size-cells = <0>;
79 multi-led@0 {
81 * No subnodes are needed, this controller only supports RGB
87 linux,default-trigger = "heartbeat";
90 multi-led@a {
94 function-enumerator = <1>;