cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qcom,turingcc.txt (591B)


      1Qualcomm Turing Clock & Reset Controller Binding
      2------------------------------------------------
      3
      4Required 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
     11Example:
     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	};