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