xref: /freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6afe.txt (revision d30a1689f5b37e78ea189232a8b94a7011dc0dc8)
1Qualcomm Audio Front End (Q6AFE) binding
2
3AFE 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 all apr services. Must contain the following properties.
6
7- compatible:
8	Usage: required
9	Value type: <stringlist>
10	Definition: must be "qcom,q6afe-v<MAJOR-NUMBER>.<MINOR-NUMBER>"
11		  Or "qcom,q6afe" where the version number can be queried
12		  from DSP.
13		  example "qcom,q6afe"
14
15= EXAMPLE
16
17apr-service@4 {
18	compatible = "qcom,q6afe";
19	reg = <APR_SVC_AFE>;
20};
21