-
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: 256775 b: refs/heads/master c: 5de1540 h: refs/heads/master i: 256773: 9263ce0 256771: 5923392 256767: e98e0c4 v: v3
- Loading branch information
Grant Likely
committed
Jun 21, 2011
1 parent
0d38790
commit cf138eb
Showing
3 changed files
with
93 additions
and
1 deletion.
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: 29d4f8a4974aacf46b028fa92f9dd3ffdba3e614 | ||
refs/heads/master: 5de1540b7bc4c23470f86add1e517be41e7fefe2 |
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,21 @@ | ||
* ARM Primecell Peripherals | ||
|
||
ARM, Ltd. Primecell peripherals have a standard id register that can be used to | ||
identify the peripheral type, vendor, and revision. This value can be used for | ||
driver matching. | ||
|
||
Required properties: | ||
|
||
- compatible : should be a specific value for peripheral and "arm,primecell" | ||
|
||
Optional properties: | ||
|
||
- arm,primecell-periphid : Value to override the h/w value with | ||
|
||
Example: | ||
|
||
serial@fff36000 { | ||
compatible = "arm,pl011", "arm,primecell"; | ||
arm,primecell-periphid = <0x00341011>; | ||
}; | ||
|
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