18c2ecf20Sopenharmony_ciBinding for Silicon Labs 514 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] Si514 datasheet
98c2ecf20Sopenharmony_ci    https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciRequired properties:
128c2ecf20Sopenharmony_ci - compatible: Shall be "silabs,si514"
138c2ecf20Sopenharmony_ci - reg: I2C device address.
148c2ecf20Sopenharmony_ci - #clock-cells: From common clock bindings: Shall be 0.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciOptional properties:
178c2ecf20Sopenharmony_ci - clock-output-names: From common clock bindings. Recommended to be "si514".
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciExample:
208c2ecf20Sopenharmony_ci	si514: clock-generator@55 {
218c2ecf20Sopenharmony_ci		reg = <0x55>;
228c2ecf20Sopenharmony_ci		#clock-cells = <0>;
238c2ecf20Sopenharmony_ci		compatible = "silabs,si514";
248c2ecf20Sopenharmony_ci	};
25