18c2ecf20Sopenharmony_ciQualcomm Turing Clock & Reset Controller Binding
28c2ecf20Sopenharmony_ci------------------------------------------------
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties :
58c2ecf20Sopenharmony_ci- compatible: shall contain "qcom,qcs404-turingcc".
68c2ecf20Sopenharmony_ci- reg: shall contain base register location and length.
78c2ecf20Sopenharmony_ci- clocks: ahb clock for the TuringCC
88c2ecf20Sopenharmony_ci- #clock-cells: from common clock binding, shall contain 1.
98c2ecf20Sopenharmony_ci- #reset-cells: from common reset binding, shall contain 1.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci	turingcc: clock-controller@800000 {
138c2ecf20Sopenharmony_ci		compatible = "qcom,qcs404-turingcc";
148c2ecf20Sopenharmony_ci		reg = <0x00800000 0x30000>;
158c2ecf20Sopenharmony_ci		clocks = <&gcc GCC_CDSP_CFG_AHB_CLK>;
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci		#clock-cells = <1>;
188c2ecf20Sopenharmony_ci		#reset-cells = <1>;
198c2ecf20Sopenharmony_ci	};
20