xref: /freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6afe.txt (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
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