xref: /freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6afe.txt (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1*c66ec88fSEmmanuel VadotQualcomm Audio Front End (Q6AFE) binding
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotAFE is one of the APR audio service on Q6DSP
4*c66ec88fSEmmanuel VadotPlease refer to qcom,apr.txt for details of the common apr service bindings
5*c66ec88fSEmmanuel Vadotused by all apr services. Must contain the following properties.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel Vadot- compatible:
8*c66ec88fSEmmanuel Vadot	Usage: required
9*c66ec88fSEmmanuel Vadot	Value type: <stringlist>
10*c66ec88fSEmmanuel Vadot	Definition: must be "qcom,q6afe-v<MAJOR-NUMBER>.<MINOR-NUMBER>"
11*c66ec88fSEmmanuel Vadot		  Or "qcom,q6afe" where the version number can be queried
12*c66ec88fSEmmanuel Vadot		  from DSP.
13*c66ec88fSEmmanuel Vadot		  example "qcom,q6afe"
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel Vadot= EXAMPLE
16*c66ec88fSEmmanuel Vadot
17*c66ec88fSEmmanuel Vadotapr-service@4 {
18*c66ec88fSEmmanuel Vadot	compatible = "qcom,q6afe";
19*c66ec88fSEmmanuel Vadot	reg = <APR_SVC_AFE>;
20*c66ec88fSEmmanuel Vadot};
21