About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / i2c / i2c-mv64xxx.txt




Custom Search

Based on kernel version 3.9. Page generated on 2013-05-02 22:58 EST.

1	
2	* Marvell MV64XXX I2C controller
3	
4	Required properties :
5	
6	 - reg             : Offset and length of the register set for the device
7	 - compatible      : Should be "marvell,mv64xxx-i2c"
8	 - interrupts      : The interrupt number
9	 - clock-frequency : Desired I2C bus clock frequency in Hz.
10	
11	Examples:
12	
13		i2c@11000 {
14			compatible = "marvell,mv64xxx-i2c";
15			reg = <0x11000 0x20>;
16			interrupts = <29>;
17			clock-frequency = <100000>;
18		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Information is copyright its respective author. All material is available from the Linux Kernel Source distributed under a GPL License. This page is provided as a free service by mjmwired.net.