-
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.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
- Loading branch information
Lars-Peter Clausen
authored and
Wolfram Sang
committed
May 12, 2012
1 parent
e7065e2
commit 3ac0b33
Showing
2 changed files
with
40 additions
and
5 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 |
---|---|---|
@@ -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