-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5348eb
commit 0bfec99
Showing
2 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Texas Instruments Debug Sub-System (DebugSS) module for DRA7xx devices | ||
|
||
Required properties: | ||
- compatible : Should be "ti,dra7xx-debugss" | ||
|
||
Optional properties: | ||
- clocks : the clocks feeding the Debug sub-system. | ||
- clocks-names : clock name strings correspond to the clocks | ||
defined above. These strings are used inside | ||
module source code to identify the respective | ||
clocks | ||
|
||
Documentation: | ||
http://www.ti.com/lit/ds/symlink/dra746.pdf | ||
|
||
Examples: | ||
|
||
debugss: debugss { | ||
compatible = "ti,dra7xx-debugss"; | ||
clocks = <&sys_clkin1>; | ||
clock-names = "sysclockin1"; | ||
}; |
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