blob: 54e6df0bee8a9fac4f728593341ea11c82292338 [file] [log] [blame]
Kuninori Morimoto64dfbe22015-11-10 01:15:09 +00001CIRRUS LOGIC Fractional-N Clock Synthesizer & Clock Multiplier
2
3Required properties:
4
5- compatible: "cirrus,cs2000-cp"
6- reg: The chip select number on the I2C bus
7- clocks: common clock binding for CLK_IN, XTI/REF_CLK
8- clock-names: CLK_IN : clk_in, XTI/REF_CLK : ref_clk
9- #clock-cells: must be <0>
10
11Example:
12
13&i2c2 {
14 ...
15 cs2000: clk_multiplier@4f {
16 #clock-cells = <0>;
17 compatible = "cirrus,cs2000-cp";
18 reg = <0x4f>;
19 clocks = <&rcar_sound 0>, <&x12_clk>;
20 clock-names = "clk_in", "ref_clk";
21 };
22};