0001 Binding for Silicon Labs 514 programmable I2C clock generator.
0002
0003 Reference
0004 This binding uses the common clock binding[1]. Details about the device can be
0005 found in the datasheet[2].
0006
0007 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
0008 [2] Si514 datasheet
0009 https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
0010
0011 Required properties:
0012 - compatible: Shall be "silabs,si514"
0013 - reg: I2C device address.
0014 - #clock-cells: From common clock bindings: Shall be 0.
0015
0016 Optional properties:
0017 - clock-output-names: From common clock bindings. Recommended to be "si514".
0018
0019 Example:
0020 si514: clock-generator@55 {
0021 reg = <0x55>;
0022 #clock-cells = <0>;
0023 compatible = "silabs,si514";
0024 };