-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 340230 b: refs/heads/master c: 0063091 h: refs/heads/master v: v3
- Loading branch information
Olof Johansson
committed
Nov 30, 2012
1 parent
d77d87a
commit d03da09
Showing
1,590 changed files
with
22,943 additions
and
16,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f4fe3881ba2ad3435168b691ecfd8c0c1b1ef5c1 | ||
refs/heads/master: 006309132f57ccc20dd69e971e2041ebd2cbb7e5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Texas Instruments DaVinci Platforms Device Tree Bindings | ||
-------------------------------------------------------- | ||
|
||
DA850/OMAP-L138/AM18x Evaluation Module (EVM) board | ||
Required root node properties: | ||
- compatible = "ti,da850-evm", "ti,da850"; | ||
|
||
EnBW AM1808 based CMC board | ||
Required root node properties: | ||
- compatible = "enbw,cmc", "ti,da850; | ||
|
||
Generic DaVinci Boards | ||
---------------------- | ||
|
||
DA850/OMAP-L138/AM18x generic board | ||
Required root node properties: | ||
- compatible = "ti,da850"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Binding for dual-GPIO LED found on Network Space v2 (and parents). | ||
|
||
Required properties: | ||
- compatible: "lacie,ns2-leds". | ||
|
||
Each LED is represented as a sub-node of the ns2-leds device. | ||
|
||
Required sub-node properties: | ||
- cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification. | ||
- slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification. | ||
|
||
Optional sub-node properties: | ||
- label: Name for this LED. If omitted, the label is taken from the node name. | ||
- linux,default-trigger: Trigger assigned to the LED. | ||
|
||
Example: | ||
|
||
ns2-leds { | ||
compatible = "lacie,ns2-leds"; | ||
|
||
blue-sata { | ||
label = "ns2:blue:sata"; | ||
slow-gpio = <&gpio0 29 0>; | ||
cmd-gpio = <&gpio0 30 0>; | ||
}; | ||
}; |
Oops, something went wrong.