2012-02-08 15:28:35 +00:00
|
|
|
I2C for SiRFprimaII platforms
|
|
|
|
|
|
|
|
Required properties :
|
|
|
|
- compatible : Must be "sirf,prima2-i2c"
|
|
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
|
|
region.
|
|
|
|
- interrupts: interrupt number to the cpu.
|
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
- clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
|
2016-03-15 16:51:28 +00:00
|
|
|
The absence of the property indicates the default frequency 100 kHz.
|
2012-02-08 15:28:35 +00:00
|
|
|
|
|
|
|
Examples :
|
|
|
|
|
|
|
|
i2c0: i2c@b00e0000 {
|
|
|
|
compatible = "sirf,prima2-i2c";
|
|
|
|
reg = <0xb00e0000 0x10000>;
|
|
|
|
interrupts = <24>;
|
|
|
|
};
|