i2c-nomadik.txt 521 B

1234567891011121314151617181920212223
  1. I2C for Nomadik based systems
  2. Required (non-standard) properties:
  3. - Nil
  4. Recommended (non-standard) properties:
  5. - clock-frequency : Maximum bus clock frequency for the device
  6. Optional (non-standard) properties:
  7. - Nil
  8. Example :
  9. i2c@80004000 {
  10. compatible = "stericsson,db8500-i2c", "st,nomadik-i2c";
  11. reg = <0x80004000 0x1000>;
  12. interrupts = <0 21 0x4>;
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. v-i2c-supply = <&db8500_vape_reg>;
  16. clock-frequency = <400000>;
  17. };