162306a36Sopenharmony_ciBinding for Silicon Labs 514 programmable I2C clock generator.
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciReference
462306a36Sopenharmony_ciThis binding uses the common clock binding[1]. Details about the device can be
562306a36Sopenharmony_cifound in the datasheet[2].
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
862306a36Sopenharmony_ci[2] Si514 datasheet
962306a36Sopenharmony_ci    https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciRequired properties:
1262306a36Sopenharmony_ci - compatible: Shall be "silabs,si514"
1362306a36Sopenharmony_ci - reg: I2C device address.
1462306a36Sopenharmony_ci - #clock-cells: From common clock bindings: Shall be 0.
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciOptional properties:
1762306a36Sopenharmony_ci - clock-output-names: From common clock bindings. Recommended to be "si514".
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciExample:
2062306a36Sopenharmony_ci	si514: clock-generator@55 {
2162306a36Sopenharmony_ci		reg = <0x55>;
2262306a36Sopenharmony_ci		#clock-cells = <0>;
2362306a36Sopenharmony_ci		compatible = "silabs,si514";
2462306a36Sopenharmony_ci	};
25