i2c-cortina.txt 472 B

123456789101112131415161718
  1. * I2C for Cortina platforms
  2. Required properties :
  3. - compatible : Must be "cortina,ca-i2c"
  4. - reg : Offset and length of the register set for the device
  5. Recommended properties :
  6. - clock-frequency : desired I2C bus clock frequency in Hz. If not specified,
  7. default value is 100000. Possible values are 100000,
  8. 400000 and 1000000.
  9. Examples :
  10. i2c: i2c@f4329120 {
  11. compatible = "cortina,ca-i2c";
  12. reg = <0x0 0xf4329120 0x28>;
  13. clock-frequency = <400000>;
  14. };