Searched +full:imx8qxp +full:- +full:dsp (Results 1 – 7 of 7) 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>13 Some boards from i.MX8 family contain a DSP core used for14 advanced pre- and post- audio processing.19 - fsl,imx8qxp-dsp20 - fsl,imx8qm-dsp[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright 2017-2018 NXP8 #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 …]
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 bindings10 - Aisheng Dong <aisheng.dong@nxp.com>13 The Low-Power Clock Gate (LPCG) modules contain a local programming24 include/dt-bindings/clock/imx8-clock.h29 - fsl,imx8qxp-lpcg-adma30 - fsl,imx8qxp-lpcg-conn[all …]
11 - compatible : Compatible list, should contain one of the following13 "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 in25 - dma-names : Contains "rxa", "rxb", "rxc", "txa", "txb" and "txc".27 - clocks : Contains an entry for each entry in clock-names.[all …]
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 …]
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 does33 * behavior changed if removing ->power_on|off() callback and use34 * ->start() and ->stop() instead. genpd_dev_pm_attach will only power[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...