File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Documentation/devicetree/bindings/leds Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ properties:
23
23
description : I2C slave address of the microcontroller.
24
24
maxItems : 1
25
25
26
+ interrupts :
27
+ description :
28
+ Specifier for the global LED brightness changed by front button press
29
+ interrupt.
30
+ maxItems : 1
31
+
26
32
" #address-cells " :
27
33
const : 1
28
34
@@ -56,6 +62,7 @@ additionalProperties: false
56
62
examples :
57
63
- |
58
64
65
+ #include <dt-bindings/interrupt-controller/irq.h>
59
66
#include <dt-bindings/leds/common.h>
60
67
61
68
i2c {
@@ -65,6 +72,7 @@ examples:
65
72
led-controller@2b {
66
73
compatible = "cznic,turris-omnia-leds";
67
74
reg = <0x2b>;
75
+ interrupts-extended = <&mcu 11 IRQ_TYPE_NONE>;
68
76
#address-cells = <1>;
69
77
#size-cells = <0>;
70
78
You can’t perform that action at this time.
0 commit comments