]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - Documentation/devicetree/bindings/clock/qcom,turingcc.txt
Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
[mirror_ubuntu-hirsute-kernel.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 };