Searched +full:imx8qxp +full:- +full:dsp (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/dsp/ |
D | fsl,dsp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 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. 19 - fsl,imx8qxp-dsp 20 - fsl,imx8qm-dsp [all …]
|
/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | imx8qxp-lpcg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/imx8qxp-lpcg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX8QXP LPCG (Low-Power Clock Gating) Clock bindings 10 - Aisheng Dong <aisheng.dong@nxp.com> 13 The Low-Power Clock Gate (LPCG) modules contain a local programming 24 include/dt-bindings/clock/imx8-clock.h 29 - fsl,imx8qxp-lpcg-adma 30 - fsl,imx8qxp-lpcg-conn [all …]
|
/linux-5.10/arch/arm64/boot/dts/freescale/ |
D | imx8qxp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 8 #include <dt-bindings/clock/imx8-clock.h> 9 #include <dt-bindings/firmware/imx/rsrc.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/pinctrl/pads-imx8qxp.h> 14 #include <dt-bindings/thermal/thermal.h> 17 interrupt-parent = <&gic>; [all …]
|
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | fsl,asrc.txt | 11 - compatible : Compatible list, should contain one of the following 13 "fsl,imx35-asrc", 14 "fsl,imx53-asrc", 15 "fsl,imx8qm-asrc", 16 "fsl,imx8qxp-asrc", 18 - reg : Offset and length of the register set for the device. 20 - interrupts : Contains the spdif interrupt. 22 - dmas : Generic dma devicetree binding as described in 25 - dma-names : Contains "rxa", "rxb", "rxc", "txa", "txb" and "txc". 27 - clocks : Contains an entry for each entry in clock-names. [all …]
|
/linux-5.10/sound/soc/sof/ |
D | sof-of-dev.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 23 .default_tplg_path = "imx/sof-tplg", 24 .default_fw_filename = "sof-imx8x.ri", 25 .nocodec_tplg_filename = "sof-imx8-nocodec.tplg", 31 .default_tplg_path = "imx/sof-tplg", 32 .default_fw_filename = "sof-imx8.ri", 33 .nocodec_tplg_filename = "sof-imx8-nocodec.tplg", 41 .default_tplg_path = "imx/sof-tplg", 42 .default_fw_filename = "sof-imx8m.ri", 43 .nocodec_tplg_filename = "sof-imx8-nocodec.tplg", [all …]
|
/linux-5.10/drivers/firmware/imx/ |
D | scu-pd.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 10 * single global power domain and implement the ->attach|detach_dev() 12 * From within the ->attach_dev(), we could get the OF node for 13 * the device that is being attached and then parse the power-domain 18 * Additionally, we need to implement the ->stop() and ->start() 20 * rather than using the above ->power_on|off() callbacks. 23 * 1. The ->attach_dev() of power domain infrastructure still does 33 * behavior changed if removing ->power_on|off() callback and use 34 * ->start() and ->stop() instead. genpd_dev_pm_attach will only power [all …]
|