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/clock/silabs,si570.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 Binding for Silicon Labs 570, 571, 598 and 599 programmable
    2 I2C clock generators.
    3 
    4 Reference
    5 This binding uses the common clock binding[1]. Details about the devices can be
    6 found in the data sheets[2][3].
    7 
    8 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
    9 [2] Si570/571 Data Sheet
   10     https://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
   11 [3] Si598/599 Data Sheet
   12     https://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
   13 
   14 Required properties:
   15  - compatible: Shall be one of "silabs,si570", "silabs,si571",
   16                                "silabs,si598", "silabs,si599"
   17  - reg: I2C device address.
   18  - #clock-cells: From common clock bindings: Shall be 0.
   19  - factory-fout: Factory set default frequency. This frequency is part specific.
   20                  The correct frequency for the part used has to be provided in
   21                  order to generate the correct output frequencies. For more
   22                  details, please refer to the data sheet.
   23  - temperature-stability: Temperature stability of the device in PPM. Should be
   24                           one of: 7, 20, 50 or 100.
   25 
   26 Optional properties:
   27  - clock-output-names: From common clock bindings. Recommended to be "si570".
   28  - clock-frequency: Output frequency to generate. This defines the output
   29                     frequency set during boot. It can be reprogrammed during
   30                     runtime through the common clock framework.
   31  - silabs,skip-recall: Do not perform NVM->RAM recall operation. It will rely
   32                        on hardware loading of RAM from NVM at power on.
   33 
   34 Example:
   35         si570: clock-generator@5d {
   36                 #clock-cells = <0>;
   37                 compatible = "silabs,si570";
   38                 temperature-stability = <50>;
   39                 reg = <0x5d>;
   40                 factory-fout = <156250000>;
   41         };

Cache object: 9f1a857a008bad69dac6d905eadc6dc9


[ 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.