Lines Matching +full:pre +full:- +full:processing
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Baluta <daniel.baluta@nxp.com>
14 advanced pre- and post- audio processing.
19 - fsl,imx8qxp-dsp
20 - fsl,imx8qm-dsp
21 - fsl,imx8mp-dsp
28 - description: ipg clock
29 - description: ocram clock
30 - description: core clock
32 clock-names:
34 - const: ipg
35 - const: ocram
36 - const: core
38 power-domains:
46 List of <&phandle type channel> - 2 channels for TXDB, 2 channels for RXDB
50 mbox-names:
52 - const: txdb0
53 - const: txdb1
54 - const: rxdb0
55 - const: rxdb1
57 memory-region:
60 used by DSP (see bindings/reserved-memory/reserved-memory.txt)
64 - compatible
65 - reg
66 - clocks
67 - clock-names
68 - power-domains
69 - mboxes
70 - mbox-names
71 - memory-region
76 - |
77 #include <dt-bindings/firmware/imx/rsrc.h>
78 #include <dt-bindings/clock/imx8-clock.h>
80 compatible = "fsl,imx8qxp-dsp";
85 clock-names = "ipg", "ocram", "core";
86 power-domains = <&pd IMX_SC_R_MU_13A>,
90 mbox-names = "txdb0", "txdb1", "rxdb0", "rxdb1";
92 memory-region = <&dsp_reserved>;