162306a36Sopenharmony_ciQualcomm Turing Clock & Reset Controller Binding
262306a36Sopenharmony_ci------------------------------------------------
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciRequired properties :
562306a36Sopenharmony_ci- compatible: shall contain "qcom,qcs404-turingcc".
662306a36Sopenharmony_ci- reg: shall contain base register location and length.
762306a36Sopenharmony_ci- clocks: ahb clock for the TuringCC
862306a36Sopenharmony_ci- #clock-cells: from common clock binding, shall contain 1.
962306a36Sopenharmony_ci- #reset-cells: from common reset binding, shall contain 1.
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciExample:
1262306a36Sopenharmony_ci	turingcc: clock-controller@800000 {
1362306a36Sopenharmony_ci		compatible = "qcom,qcs404-turingcc";
1462306a36Sopenharmony_ci		reg = <0x00800000 0x30000>;
1562306a36Sopenharmony_ci		clocks = <&gcc GCC_CDSP_CFG_AHB_CLK>;
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci		#clock-cells = <1>;
1862306a36Sopenharmony_ci		#reset-cells = <1>;
1962306a36Sopenharmony_ci	};
20