MLK-14997-3: Document: Add fsl,hifi4 compatibility document
authorShengjiu Wang <shengjiu.wang@freescale.com>
Fri, 2 Jun 2017 02:35:35 +0000 (10:35 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:29 +0000 (15:22 -0500)
add hifi4 document

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Documentation/devicetree/bindings/sound/fsl,hifi4.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/fsl,hifi4.txt b/Documentation/devicetree/bindings/sound/fsl,hifi4.txt
new file mode 100644 (file)
index 0000000..a82b25a
--- /dev/null
@@ -0,0 +1,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";
+};