-
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: 308475 b: refs/heads/master c: 3ac0b33 h: refs/heads/master i: 308473: a8bde7d 308471: f530f9b v: v3
- Loading branch information
Lars-Peter Clausen
authored and
Wolfram Sang
committed
May 12, 2012
1 parent
1e2076c
commit fa58ca3
Showing
3 changed files
with
41 additions
and
6 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354 | ||
refs/heads/master: 3ac0b3379307f9c9bd00beacbf02623ab127e334 |
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 @@ | ||
Xilinx IIC controller: | ||
|
||
Required properties: | ||
- compatible : Must be "xlnx,xps-iic-2.00.a" | ||
- reg : IIC register location and length | ||
- interrupts : IIC controller unterrupt | ||
- #address-cells = <1> | ||
- #size-cells = <0> | ||
|
||
Optional properties: | ||
- Child nodes conforming to i2c bus binding | ||
|
||
Example: | ||
|
||
axi_iic_0: i2c@40800000 { | ||
compatible = "xlnx,xps-iic-2.00.a"; | ||
interrupts = < 1 2 >; | ||
reg = < 0x40800000 0x10000 >; | ||
|
||
#size-cells = <0>; | ||
#address-cells = <1>; | ||
}; |
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