-
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: 307951 b: refs/heads/master c: 8dde8c4 h: refs/heads/master i: 307949: b0c02fa 307947: 4fbed1f 307943: d165301 307935: e2949cd v: v3
- Loading branch information
Lee Jones
authored and
Chris Ball
committed
May 4, 2012
1 parent
d933f30
commit bab495c
Showing
2 changed files
with
20 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: 000bc9d5ed296550e7009f56cbdb4b35459beb69 | ||
refs/heads/master: 8dde8c467441069144d2430d30fca697c8fae2d3 |
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,19 @@ | ||
* ARM PrimeCell MultiMedia Card Interface (MMCI) PL180/1 | ||
|
||
The ARM PrimeCell MMCI PL180 and PL181 provides and interface for | ||
reading and writing to MultiMedia and SD cards alike. | ||
|
||
Required properties: | ||
- compatible : contains "arm,pl18x", "arm,primecell". | ||
- reg : contains pl18x registers and length. | ||
- interrupts : contains the device IRQ(s). | ||
- arm,primecell-periphid : contains the PrimeCell Peripheral ID. | ||
|
||
Optional properties: | ||
- wp-gpios : contains any write protect (ro) gpios | ||
- cd-gpios : contains any card detection gpios | ||
- cd-inverted : indicates whether the cd gpio is inverted | ||
- max-frequency : contains the maximum operating frequency | ||
- bus-width : number of data lines, can be <1>, <4>, or <8> | ||
- mmc-cap-mmc-highspeed : indicates whether MMC is high speed capable | ||
- mmc-cap-sd-highspeed : indicates whether SD is high speed capable |