Simon Guinot | 72052fc | 2012-10-17 12:09:03 +0200 | [diff] [blame] | 1 | Binding for dual-GPIO LED found on Network Space v2 (and parents). |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: "lacie,ns2-leds". |
| 5 | |
| 6 | Each LED is represented as a sub-node of the ns2-leds device. |
| 7 | |
| 8 | Required sub-node properties: |
| 9 | - cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification. |
| 10 | - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification. |
| 11 | |
| 12 | Optional sub-node properties: |
| 13 | - label: Name for this LED. If omitted, the label is taken from the node name. |
| 14 | - linux,default-trigger: Trigger assigned to the LED. |
| 15 | |
| 16 | Example: |
| 17 | |
| 18 | ns2-leds { |
| 19 | compatible = "lacie,ns2-leds"; |
| 20 | |
| 21 | blue-sata { |
| 22 | label = "ns2:blue:sata"; |
| 23 | slow-gpio = <&gpio0 29 0>; |
| 24 | cmd-gpio = <&gpio0 30 0>; |
| 25 | }; |
| 26 | }; |