1 Binding for Maxim MAX77802 32k clock generator block
3 This is a part of device tree bindings of MAX77802 multi-function device.
4 More information can be found in bindings/mfd/max77802.txt file.
6 The MAX77802 contains two 32.768khz clock outputs that can be controlled
7 (gated/ungated) over I2C.
9 Following properties should be present in main device node of the MFD chip.
12 - #clock-cells: From common clock binding; shall be set to 1.
15 - clock-output-names: From common clock binding.
17 Each clock is assigned an identifier and client nodes can use this identifier
18 to specify the clock which they consume. Following indices are allowed:
22 Clocks are defined as preprocessor macros in dt-bindings/clock/maxim,max77802.h
23 header and can be used in device tree sources.
25 Example: Node of the MFD chip
27 max77802: max77802@09 {
28 compatible = "maxim,max77802";
29 interrupt-parent = <&wakeup_eint>;
37 Example: Clock consumer node
40 compatible = "bar,foo";
42 clock-names = "my-clock";
43 clocks = <&max77802 MAX77802_CLK_32K_AP>;