i2c-sirf.txt 523 B

12345678910111213141516171819
  1. I2C for SiRFprimaII platforms
  2. Required properties :
  3. - compatible : Must be "sirf,prima2-i2c"
  4. - reg: physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupts: interrupt number to the cpu.
  7. Optional properties:
  8. - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
  9. The absence of the propoerty indicates the default frequency 100 kHz.
  10. Examples :
  11. i2c0: i2c@b00e0000 {
  12. compatible = "sirf,prima2-i2c";
  13. reg = <0xb00e0000 0x10000>;
  14. interrupts = <24>;
  15. };