0001 Clock bindings for ST-Ericsson ABx500 clocks
0002
0003 Required properties :
0004 - compatible : shall contain the following:
0005 "stericsson,ab8500-clk"
0006 - #clock-cells should be <1>
0007
0008 The ABx500 clocks need to be placed as a subnode of an AB8500
0009 device node, see mfd/ab8500.txt
0010
0011 All available clocks are defined as preprocessor macros in
0012 dt-bindings/clock/ste-ab8500.h header and can be used in device
0013 tree sources.
0014
0015 Example:
0016
0017 clock-controller {
0018 compatible = "stericsson,ab8500-clk";
0019 #clock-cells = <1>;
0020 };