-
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: 269375 b: refs/heads/master c: 6add696 h: refs/heads/master i: 269373: 229bf8e 269371: 60cd8fc 269367: c3fe97d 269359: 8b4bf0e 269343: 57c7c1c 269311: e1964ef v: v3
- Loading branch information
Rob Herring
committed
Oct 5, 2011
1 parent
3e57ef2
commit 1f9a88c
Showing
2 changed files
with
13 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: f614c74f94f435adcbe52bf7682f1dcc805f0ab1 | ||
refs/heads/master: 6add6967a4a57e2156b96e62f28bcbe1901d16c1 |
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,12 @@ | ||
ARM PL022 SPI controller | ||
|
||
Required properties: | ||
- compatible : "arm,pl022", "arm,primecell" | ||
- reg : Offset and length of the register set for the device | ||
- interrupts : Should contain SPI controller interrupt | ||
|
||
Optional properties: | ||
- cs-gpios : should specify GPIOs used for chipselects. | ||
The gpios will be referred to as reg = <index> in the SPI child nodes. | ||
If unspecified, a single SPI device without a chip select can be used. | ||
|