1 Binding for Maxim MAX77686 32k clock generator block
3 This is a part of device tree bindings of MAX77686 multi-function device.
4 More information can be found in bindings/mfd/max77686.txt file.
6 The MAX77686 contains three 32.768khz clock outputs that can be controlled
7 (gated/ungated) over I2C.
9 Following properties should be presend in main device node of the MFD chip.
12 - #clock-cells: simple one-cell clock specifier format is used, where the
13 only cell is used as an index of the clock inside the provider. Following
17 - 2: 32khz_pmic clock.
19 Example: Node of the MFD chip
21 max77686: max77686@09 {
22 compatible = "maxim,max77686";
23 interrupt-parent = <&wakeup_eint>;
31 Example: Clock consumer node
34 compatible = "bar,foo";
36 clock-names = "my-clock";
37 clocks = <&max77686 2>;