silabs,si514.txt 692 B

123456789101112131415161718192021222324
  1. Binding for Silicon Labs 514 programmable I2C clock generator.
  2. Reference
  3. This binding uses the common clock binding[1]. Details about the device can be
  4. found in the datasheet[2].
  5. [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
  6. [2] Si514 datasheet
  7. http://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
  8. Required properties:
  9. - compatible: Shall be "silabs,si514"
  10. - reg: I2C device address.
  11. - #clock-cells: From common clock bindings: Shall be 0.
  12. Optional properties:
  13. - clock-output-names: From common clock bindings. Recommended to be "si514".
  14. Example:
  15. si514: clock-generator@55 {
  16. reg = <0x55>;
  17. #clock-cells = <0>;
  18. compatible = "silabs,si514";
  19. };