Searched +full:imx8qxp +full:- +full:dsp (Results 1 – 5 of 5) sorted by relevance
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 core10 - Daniel Baluta <daniel.baluta@nxp.com>11 - Shengjiu Wang <shengjiu.wang@nxp.com>14 Some boards from i.MX8 family contain a DSP core used for15 advanced pre- and post- audio processing.20 - fsl,imx8qxp-dsp[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)3 // Copyright 2019-2025 NXP7 // Hardware interface for audio DSP on i.MX89 #include <dt-bindings/firmware/imx/rsrc.h>11 #include <linux/arm-smcc[all...]
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) Clock10 - Aisheng Dong <aisheng.dong@nxp.com>13 The Low-Power Clock Gate (LPCG) modules contain a local programming24 include/dt-bindings/clock/imx8-lpcg.h29 - const: fsl,imx8qxp-lpcg30 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2018-2019 NXP7 #include <dt-bindings/clock/imx8-clock.h>8 #include <dt-bindings/clock/imx8-lpcg.h>9 #include <dt-bindings/dma/fsl-edma.h>10 #include <dt-bindings/firmware/imx/rsrc.h>12 audio_ipg_clk: clock-audio-ipg {13 compatible = "fixed-clock";14 #clock-cells = <0>;15 clock-frequency = <120000000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright 2017-2018 NXP10 * single global power domain and implement the ->attach|detach_dev()12 * From within the ->attach_dev(), we could get the OF node for13 * the device that is being attached and then parse the power-domain18 * 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 does32 * Update: Genpd assigns the ->of_node for the virtual device before it33 * invokes ->attach_dev() callback, hence parsing for device resources via[all …]