The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/spi/spi-sc18is602.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: dc49bb7054fd5c4acc1d051181d072d1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.