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,q6core.txt (558B)


      1Qualcomm ADSP Core service binding
      2
      3Q6CORE is one of the APR audio service on Q6DSP.
      4Please refer to qcom,apr.txt for details of the common apr service bindings
      5used by the apr service device.
      6
      7- but must contain the following property:
      8
      9- compatible:
     10	Usage: required
     11	Value type: <stringlist>
     12	Definition: must be "qcom,q6core-v<MAJOR-NUMBER>.<MINOR-NUMBER>".
     13		   Or "qcom,q6core" where the version number can be queried
     14		   from DSP.
     15		   example "qcom,q6core-v2.0"
     16
     17= EXAMPLE
     18apr-service@3 {
     19	compatible = "qcom,q6core";
     20	reg = <APR_SVC_ADSP_CORE>;
     21};