-
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: 360348 b: refs/heads/master c: bf22433 h: refs/heads/master v: v3
- Loading branch information
Philip Avinash
authored and
Artem Bityutskiy
committed
Feb 4, 2013
1 parent
15602a9
commit ec27ba5
Showing
5 changed files
with
477 additions
and
2 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: c3e4b995e47e8f72297779852907f6d3ecd75139 | ||
refs/heads/master: bf22433575ef30a4807f0620498017df0f27df67 |
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,16 @@ | ||
Error location module | ||
|
||
Required properties: | ||
- compatible: Must be "ti,am33xx-elm" | ||
- reg: physical base address and size of the registers map. | ||
- interrupts: Interrupt number for the elm. | ||
|
||
Optional properties: | ||
- ti,hwmods: Name of the hwmod associated to the elm | ||
|
||
Example: | ||
elm: elm@0 { | ||
compatible = "ti,am33xx-elm"; | ||
reg = <0x48080000 0x2000>; | ||
interrupts = <4>; | ||
}; |
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
Oops, something went wrong.