Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 0456ad9dfca6f4c317178178204bec86 > files > 723

kernel-rt-doc-3.4.24-0.rt36.2.mga2.noarch.rpm

* Synopsys DesignWare I2C

Required properties :

 - compatible : should be "snps,designware-i2c"
 - reg : Offset and length of the register set for the device
 - interrupts : <IRQ> where IRQ is the interrupt number.

Recommended properties :

 - clock-frequency : desired I2C bus clock frequency in Hz.

Example :

	i2c@f0000 {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "snps,designware-i2c";
		reg = <0xf0000 0x1000>;
		interrupts = <11>;
		clock-frequency = <400000>;
	};