18c2ecf20Sopenharmony_ciKrait Processor Sub-system (KPSS) Global Clock Controller (GCC)
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciPROPERTIES
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci- compatible:
68c2ecf20Sopenharmony_ci	Usage: required
78c2ecf20Sopenharmony_ci	Value type: <string>
88c2ecf20Sopenharmony_ci	Definition: should be one of the following. The generic compatible
98c2ecf20Sopenharmony_ci			"qcom,kpss-gcc" should also be included.
108c2ecf20Sopenharmony_ci			"qcom,kpss-gcc-ipq8064", "qcom,kpss-gcc"
118c2ecf20Sopenharmony_ci			"qcom,kpss-gcc-apq8064", "qcom,kpss-gcc"
128c2ecf20Sopenharmony_ci			"qcom,kpss-gcc-msm8974", "qcom,kpss-gcc"
138c2ecf20Sopenharmony_ci			"qcom,kpss-gcc-msm8960", "qcom,kpss-gcc"
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci- reg:
168c2ecf20Sopenharmony_ci	Usage: required
178c2ecf20Sopenharmony_ci	Value type: <prop-encoded-array>
188c2ecf20Sopenharmony_ci	Definition: base address and size of the register region
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci- clocks:
218c2ecf20Sopenharmony_ci	Usage: required
228c2ecf20Sopenharmony_ci	Value type: <prop-encoded-array>
238c2ecf20Sopenharmony_ci	Definition: reference to the pll parents.
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci- clock-names:
268c2ecf20Sopenharmony_ci	Usage: required
278c2ecf20Sopenharmony_ci	Value type: <stringlist>
288c2ecf20Sopenharmony_ci	Definition: must be "pll8_vote", "pxo".
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci- clock-output-names:
318c2ecf20Sopenharmony_ci	Usage: required
328c2ecf20Sopenharmony_ci	Value type: <string>
338c2ecf20Sopenharmony_ci	Definition: Name of the output clock. Typically acpu_l2_aux indicating
348c2ecf20Sopenharmony_ci		    an L2 cache auxiliary clock.
358c2ecf20Sopenharmony_ci
368c2ecf20Sopenharmony_ciExample:
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ci	l2cc: clock-controller@2011000 {
398c2ecf20Sopenharmony_ci		compatible = "qcom,kpss-gcc-ipq8064", "qcom,kpss-gcc";
408c2ecf20Sopenharmony_ci		reg = <0x2011000 0x1000>;
418c2ecf20Sopenharmony_ci		clocks = <&gcc PLL8_VOTE>, <&gcc PXO_SRC>;
428c2ecf20Sopenharmony_ci		clock-names = "pll8_vote", "pxo";
438c2ecf20Sopenharmony_ci		clock-output-names = "acpu_l2_aux";
448c2ecf20Sopenharmony_ci	};
45