1d14c17b2SAlexander Shiyan* Clock bindings for the Cirrus Logic CLPS711X CPUs
2d14c17b2SAlexander Shiyan
3d14c17b2SAlexander ShiyanRequired properties:
4893b7798SAlexander Shiyan- compatible       : Shall contain "cirrus,ep7209-clk".
5d14c17b2SAlexander Shiyan- reg              : Address of the internal register set.
6d14c17b2SAlexander Shiyan- startup-frequency: Factory set CPU startup frequency in HZ.
7d14c17b2SAlexander Shiyan- #clock-cells     : Should be <1>.
8d14c17b2SAlexander Shiyan
9d14c17b2SAlexander ShiyanThe clock consumer should specify the desired clock by having the clock
10d14c17b2SAlexander ShiyanID in its "clocks" phandle cell. See include/dt-bindings/clock/clps711x-clock.h
11d14c17b2SAlexander Shiyanfor the full list of CLPS711X clock IDs.
12d14c17b2SAlexander Shiyan
13d14c17b2SAlexander ShiyanExample:
14d14c17b2SAlexander Shiyan	clks: clks@80000000 {
15d14c17b2SAlexander Shiyan		#clock-cells = <1>;
16893b7798SAlexander Shiyan		compatible = "cirrus,ep7312-clk", "cirrus,ep7209-clk";
17d14c17b2SAlexander Shiyan		reg = <0x80000000 0xc000>;
18d14c17b2SAlexander Shiyan		startup-frequency = <73728000>;
19d14c17b2SAlexander Shiyan	};
20