Back to home page

OSCL-LXR

 
 

    


0001 NXP SC18IS602/SCIS603
0002 
0003 Required properties:
0004         - compatible : Should be one of
0005                 "nxp,sc18is602"
0006                 "nxp,sc18is602b"
0007                 "nxp,sc18is603"
0008         - reg: I2C bus address
0009 
0010 Optional properties:
0011         - clock-frequency : external oscillator clock frequency. If not
0012           specified, the SC18IS602 default frequency (7372000) will be used.
0013 
0014 The clock-frequency property is relevant and needed only if the chip has an
0015 external oscillator (SC18IS603).
0016 
0017 Example:
0018 
0019         sc18is603@28 {
0020                 compatible = "nxp,sc18is603";
0021                 reg = <0x28>;
0022                 clock-frequency = <14744000>;
0023         }