162306a36Sopenharmony_ciClock bindings for ST-Ericsson ABx500 clocks
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties :
462306a36Sopenharmony_ci- compatible : shall contain the following:
562306a36Sopenharmony_ci  "stericsson,ab8500-clk"
662306a36Sopenharmony_ci- #clock-cells should be <1>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciThe ABx500 clocks need to be placed as a subnode of an AB8500
962306a36Sopenharmony_cidevice node, see mfd/ab8500.txt
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciAll available clocks are defined as preprocessor macros in
1262306a36Sopenharmony_cidt-bindings/clock/ste-ab8500.h header and can be used in device
1362306a36Sopenharmony_citree sources.
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciExample:
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciclock-controller {
1862306a36Sopenharmony_ci	compatible = "stericsson,ab8500-clk";
1962306a36Sopenharmony_ci	#clock-cells = <1>;
2062306a36Sopenharmony_ci};
21