About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / i2c / xiic.txt


Based on kernel version 3.7. Page generated on 2012-12-12 10:00 EST.

1	Xilinx IIC controller:
2	
3	Required properties:
4	- compatible : Must be "xlnx,xps-iic-2.00.a"
5	- reg : IIC register location and length
6	- interrupts : IIC controller unterrupt
7	- #address-cells = <1>
8	- #size-cells = <0>
9	
10	Optional properties:
11	- Child nodes conforming to i2c bus binding
12	
13	Example:
14	
15		axi_iic_0: i2c@40800000 {
16			compatible = "xlnx,xps-iic-2.00.a";
17			interrupts = < 1 2 >;
18			reg = < 0x40800000 0x10000 >;
19	
20			#size-cells = <0>;
21			#address-cells = <1>;
22		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog