1839a72afSLinus WalleijClock bindings for ST-Ericsson ABx500 clocks
2839a72afSLinus Walleij
3839a72afSLinus WalleijRequired properties :
4839a72afSLinus Walleij- compatible : shall contain the following:
5839a72afSLinus Walleij  "stericsson,ab8500-clk"
6839a72afSLinus Walleij- #clock-cells should be <1>
7839a72afSLinus Walleij
8839a72afSLinus WalleijThe ABx500 clocks need to be placed as a subnode of an AB8500
9839a72afSLinus Walleijdevice node, see mfd/ab8500.txt
10839a72afSLinus Walleij
11839a72afSLinus WalleijAll available clocks are defined as preprocessor macros in
12839a72afSLinus Walleijdt-bindings/clock/ste-ab8500.h header and can be used in device
13839a72afSLinus Walleijtree sources.
14839a72afSLinus Walleij
15839a72afSLinus WalleijExample:
16839a72afSLinus Walleij
17839a72afSLinus Walleijclock-controller {
18839a72afSLinus Walleij	compatible = "stericsson,ab8500-clk";
19839a72afSLinus Walleij	#clock-cells = <1>;
20839a72afSLinus Walleij};
21