1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings/sound/fsl,dsp.txt

17 lines
289 B
Plaintext

NXP DSP
The IP is from Cadence.
Required properties:
- compatible : Contains "fsl,imx8qxp-dsp".
- reg : Offset and length of the register set for the device.
Example:
dsp: dsp@596e8000 {
compatible = "fsl,imx8qxp-dsp";
reg = <0x0 0x596e8000 0x0 0x88000>;
status = "okay";
};