0001 Qualcomm Turing Clock & Reset Controller Binding
0002 ------------------------------------------------
0003
0004 Required properties :
0005 - compatible: shall contain "qcom,qcs404-turingcc".
0006 - reg: shall contain base register location and length.
0007 - clocks: ahb clock for the TuringCC
0008 - #clock-cells: from common clock binding, shall contain 1.
0009 - #reset-cells: from common reset binding, shall contain 1.
0010
0011 Example:
0012 turingcc: clock-controller@800000 {
0013 compatible = "qcom,qcs404-turingcc";
0014 reg = <0x00800000 0x30000>;
0015 clocks = <&gcc GCC_CDSP_CFG_AHB_CLK>;
0016
0017 #clock-cells = <1>;
0018 #reset-cells = <1>;
0019 };