Searched +full:imx8qm +full:- +full:audmix (Results 1 – 3 of 3) sorted by relevance
1 NXP Audio Mixer (AUDMIX).3 The Audio Mixer is a on-chip functional module that allows mixing of two16 - serial audio input 117 - serial audio input 218 - mixed audio26 - compatible : Compatible list, contains "fsl,imx8qm-audmix"28 - reg : Offset and length of the register set for the device.30 - clocks : Must contain an entry for each entry in clock-names.32 - clock-names : Must include the "ipg" for register access.34 - power-domains : Must contain the phandle to AUDMIX power domain node[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/fsl,audmix.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP Audio Mixer (AUDMIX).10 - Shengjiu Wang <shengjiu.wang@nxp.com>11 - Frank Li <Frank.Li@nxp.com>14 The Audio Mixer is a on-chip functional module that allows mixing of two27 - serial audio input 128 - serial audio input 2[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 …]