1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/dsp/fsl,dsp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8 DSP core
10 - Daniel Baluta <daniel.baluta@nxp.com>
13 Some boards from i.MX8 family contain a DSP core used for
14 advanced pre- and post- audio processing.
24 description: Should contain register location and length
28 - description: ipg clock
29 - description: ocram clock
30 - description: core clock
40 List of phandle and PM domain specifier as documented in
41 Documentation/devicetree/bindings/power/power_domain.txt
46 List of <&phandle type channel> - 2 channels for TXDB, 2 channels for RXDB
47 (see mailbox/fsl,mu.txt)
59 phandle to a node describing reserved memory (System RAM memory)
60 used by DSP (see bindings/reserved-memory/reserved-memory.txt)
73 additionalProperties: false
77 #include <dt-bindings/firmware/imx/rsrc.h>
78 #include <dt-bindings/clock/imx8-clock.h>
80 compatible = "fsl,imx8qxp-dsp";
81 reg = <0x596e8000 0x88000>;
82 clocks = <&adma_lpcg IMX_ADMA_LPCG_DSP_IPG_CLK>,
83 <&adma_lpcg IMX_ADMA_LPCG_OCRAM_IPG_CLK>,
84 <&adma_lpcg IMX_ADMA_LPCG_DSP_CORE_CLK>;
85 clock-names = "ipg", "ocram", "core";
86 power-domains = <&pd IMX_SC_R_MU_13A>,
87 <&pd IMX_SC_R_MU_13B>,
89 <&pd IMX_SC_R_DSP_RAM>;
90 mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
91 mboxes = <&lsio_mu13 2 0>, <&lsio_mu13 2 1>, <&lsio_mu13 3 0>, <&lsio_mu13 3 1>;
92 memory-region = <&dsp_reserved>;