1 Qualcomm Turing Clock & Reset Controller Binding
2 ------------------------------------------------
5 - compatible: shall contain "qcom,qcs404-turingcc".
6 - reg: shall contain base register location and length.
7 - clocks: ahb clock for the TuringCC
8 - #clock-cells: from common clock binding, shall contain 1.
9 - #reset-cells: from common reset binding, shall contain 1.
12 turingcc: clock-controller@800000 {
13 compatible = "qcom,qcs404-turingcc";
14 reg = <0x00800000 0x30000>;
15 clocks = <&gcc GCC_CDSP_CFG_AHB_CLK>;