summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/fsl,hifi4.txt
blob: a82b25a6de43e006dcc67be276d881cae928fa37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NXP HIFI4 DSP (HIFI4)

The IP is from Cadence.

Required properties:

  - compatible	: Contains "fsl,imx8qxp-hifi4".
  - reg		: Offset and length of the register set for the device.

Example:

hifi4:  hifi4@596e8000 {
	compatible = "fsl,imx8qxp-hifi4";
	reg = <0x0 0x596e8000 0x0 0x88000>;
	status = "okay";
};