1*c66ec88fSEmmanuel VadotBinding for Silicon Labs 514 programmable I2C clock generator. 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotReference 4*c66ec88fSEmmanuel VadotThis binding uses the common clock binding[1]. Details about the device can be 5*c66ec88fSEmmanuel Vadotfound in the datasheet[2]. 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel Vadot[1] Documentation/devicetree/bindings/clock/clock-bindings.txt 8*c66ec88fSEmmanuel Vadot[2] Si514 datasheet 9*c66ec88fSEmmanuel Vadot https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel VadotRequired properties: 12*c66ec88fSEmmanuel Vadot - compatible: Shall be "silabs,si514" 13*c66ec88fSEmmanuel Vadot - reg: I2C device address. 14*c66ec88fSEmmanuel Vadot - #clock-cells: From common clock bindings: Shall be 0. 15*c66ec88fSEmmanuel Vadot 16*c66ec88fSEmmanuel VadotOptional properties: 17*c66ec88fSEmmanuel Vadot - clock-output-names: From common clock bindings. Recommended to be "si514". 18*c66ec88fSEmmanuel Vadot 19*c66ec88fSEmmanuel VadotExample: 20*c66ec88fSEmmanuel Vadot si514: clock-generator@55 { 21*c66ec88fSEmmanuel Vadot reg = <0x55>; 22*c66ec88fSEmmanuel Vadot #clock-cells = <0>; 23*c66ec88fSEmmanuel Vadot compatible = "silabs,si514"; 24*c66ec88fSEmmanuel Vadot }; 25