18c2ecf20Sopenharmony_ciBinding for Silicon Labs 544 programmable I2C clock generator.
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciReference
48c2ecf20Sopenharmony_ciThis binding uses the common clock binding[1]. Details about the device can be
58c2ecf20Sopenharmony_cifound in the datasheet[2].
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
88c2ecf20Sopenharmony_ci[2] Si544 datasheet
98c2ecf20Sopenharmony_ci    https://www.silabs.com/documents/public/data-sheets/si544-datasheet.pdf
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciRequired properties:
128c2ecf20Sopenharmony_ci - compatible: One of "silabs,si514a", "silabs,si514b" "silabs,si514c" according
138c2ecf20Sopenharmony_ci               to the speed grade of the chip.
148c2ecf20Sopenharmony_ci - reg: I2C device address.
158c2ecf20Sopenharmony_ci - #clock-cells: From common clock bindings: Shall be 0.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciOptional properties:
188c2ecf20Sopenharmony_ci - clock-output-names: From common clock bindings. Recommended to be "si544".
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciExample:
218c2ecf20Sopenharmony_ci	si544: clock-controller@55 {
228c2ecf20Sopenharmony_ci		reg = <0x55>;
238c2ecf20Sopenharmony_ci		#clock-cells = <0>;
248c2ecf20Sopenharmony_ci		compatible = "silabs,si544b";
258c2ecf20Sopenharmony_ci	};
26