0001 Binding for Silicon Labs 544 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] Si544 datasheet
0009 https://www.silabs.com/documents/public/data-sheets/si544-datasheet.pdf
0010
0011 Required properties:
0012 - compatible: One of "silabs,si514a", "silabs,si514b" "silabs,si514c" according
0013 to the speed grade of the chip.
0014 - reg: I2C device address.
0015 - #clock-cells: From common clock bindings: Shall be 0.
0016
0017 Optional properties:
0018 - clock-output-names: From common clock bindings. Recommended to be "si544".
0019
0020 Example:
0021 si544: clock-controller@55 {
0022 reg = <0x55>;
0023 #clock-cells = <0>;
0024 compatible = "silabs,si544b";
0025 };