-
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: 294807 b: refs/heads/master c: 979b907 h: refs/heads/master i: 294805: 33a5b9f 294803: 7cda897 294799: c2ee40b v: v3
- Loading branch information
Zhiwu Song
authored and
Wolfram Sang
committed
Mar 7, 2012
1 parent
192674f
commit 5cc2cc7
Showing
5 changed files
with
490 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: bf6c2de11c43955ffb4394e6dfc86363298c0a05 | ||
refs/heads/master: 979b907fa55be8cdbbf455b9204b7e4602f303e6 |
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 @@ | ||
I2C for SiRFprimaII platforms | ||
|
||
Required properties : | ||
- compatible : Must be "sirf,prima2-i2c" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: interrupt number to the cpu. | ||
|
||
Optional properties: | ||
- clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz. | ||
The absence of the propoerty indicates the default frequency 100 kHz. | ||
|
||
Examples : | ||
|
||
i2c0: i2c@b00e0000 { | ||
compatible = "sirf,prima2-i2c"; | ||
reg = <0xb00e0000 0x10000>; | ||
interrupts = <24>; | ||
}; |
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
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.