summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/input/cap11xx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/input/cap11xx.txt')
-rw-r--r--dts/Bindings/input/cap11xx.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/dts/Bindings/input/cap11xx.txt b/dts/Bindings/input/cap11xx.txt
index 7d0a300977..8c67a0b505 100644
--- a/dts/Bindings/input/cap11xx.txt
+++ b/dts/Bindings/input/cap11xx.txt
@@ -55,5 +55,24 @@ i2c_controller {
<105>, /* KEY_LEFT */
<109>, /* KEY_PAGEDOWN */
<104>; /* KEY_PAGEUP */
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ usr@0 {
+ label = "cap11xx:green:usr0";
+ reg = <0>;
+ };
+
+ usr@1 {
+ label = "cap11xx:green:usr1";
+ reg = <1>;
+ };
+
+ alive@2 {
+ label = "cap11xx:green:alive";
+ reg = <2>;
+ linux,default_trigger = "heartbeat";
+ };
};
}