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