18c2ecf20Sopenharmony_ciBinding for Silicon Labs 570, 571, 598 and 599 programmable
28c2ecf20Sopenharmony_ciI2C clock generators.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciReference
58c2ecf20Sopenharmony_ciThis binding uses the common clock binding[1]. Details about the devices can be
68c2ecf20Sopenharmony_cifound in the data sheets[2][3].
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
98c2ecf20Sopenharmony_ci[2] Si570/571 Data Sheet
108c2ecf20Sopenharmony_ci    https://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
118c2ecf20Sopenharmony_ci[3] Si598/599 Data Sheet
128c2ecf20Sopenharmony_ci    https://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciRequired properties:
158c2ecf20Sopenharmony_ci - compatible: Shall be one of "silabs,si570", "silabs,si571",
168c2ecf20Sopenharmony_ci			       "silabs,si598", "silabs,si599"
178c2ecf20Sopenharmony_ci - reg: I2C device address.
188c2ecf20Sopenharmony_ci - #clock-cells: From common clock bindings: Shall be 0.
198c2ecf20Sopenharmony_ci - factory-fout: Factory set default frequency. This frequency is part specific.
208c2ecf20Sopenharmony_ci		 The correct frequency for the part used has to be provided in
218c2ecf20Sopenharmony_ci		 order to generate the correct output frequencies. For more
228c2ecf20Sopenharmony_ci		 details, please refer to the data sheet.
238c2ecf20Sopenharmony_ci - temperature-stability: Temperature stability of the device in PPM. Should be
248c2ecf20Sopenharmony_ci			  one of: 7, 20, 50 or 100.
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ciOptional properties:
278c2ecf20Sopenharmony_ci - clock-output-names: From common clock bindings. Recommended to be "si570".
288c2ecf20Sopenharmony_ci - clock-frequency: Output frequency to generate. This defines the output
298c2ecf20Sopenharmony_ci		    frequency set during boot. It can be reprogrammed during
308c2ecf20Sopenharmony_ci		    runtime through the common clock framework.
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ciExample:
338c2ecf20Sopenharmony_ci	si570: clock-generator@5d {
348c2ecf20Sopenharmony_ci		#clock-cells = <0>;
358c2ecf20Sopenharmony_ci		compatible = "silabs,si570";
368c2ecf20Sopenharmony_ci		temperature-stability = <50>;
378c2ecf20Sopenharmony_ci		reg = <0x5d>;
388c2ecf20Sopenharmony_ci		factory-fout = <156250000>;
398c2ecf20Sopenharmony_ci	};
40