Merge tag 'ieee802154-for-davem-2019-11-13' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / clock / qcom,turingcc.txt
1 Qualcomm Turing Clock & Reset Controller Binding
2 ------------------------------------------------
3
4 Required properties :
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.
10
11 Example:
12         turingcc: clock-controller@800000 {
13                 compatible = "qcom,qcs404-turingcc";
14                 reg = <0x00800000 0x30000>;
15                 clocks = <&gcc GCC_CDSP_CFG_AHB_CLK>;
16
17                 #clock-cells = <1>;
18                 #reset-cells = <1>;
19         };