spi-sc18is602.txt 533 B

1234567891011121314151617181920212223
  1. NXP SC18IS602/SCIS603
  2. Required properties:
  3. - compatible : Should be one of
  4. "nxp,sc18is602"
  5. "nxp,sc18is602b"
  6. "nxp,sc18is603"
  7. - reg: I2C bus address
  8. Optional properties:
  9. - clock-frequency : external oscillator clock frequency. If not
  10. specified, the SC18IS602 default frequency (7372000) will be used.
  11. The clock-frequency property is relevant and needed only if the chip has an
  12. external oscillator (SC18IS603).
  13. Example:
  14. sc18is603@28 {
  15. compatible = "nxp,sc18is603";
  16. reg = <0x28>;
  17. clock-frequency = <14744000>;
  18. }