Lines Matching +full:imx8mp +full:- +full:xcvr
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/fsl,xcvr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP Audio Transceiver (XCVR) Controller
10 - Viorel Suman <viorel.suman@nxp.com>
13 NXP XCVR (Audio Transceiver) is a on-chip functional module
19 pattern: "^xcvr@.*"
23 - fsl,imx8mp-xcvr
24 - fsl,imx93-xcvr
28 - description: 20K RAM for code and data
29 - description: registers space
30 - description: RX FIFO address
31 - description: TX FIFO address
33 reg-names:
35 - const: ram
36 - const: regs
37 - const: rxfifo
38 - const: txfifo
45 - description: Peripheral clock
46 - description: PHY clock
47 - description: SPBA clock
48 - description: PLL clock
50 clock-names:
52 - const: ipg
53 - const: phy
54 - const: spba
55 - const: pll_ipg
59 - description: DMA controller phandle and request line for RX
60 - description: DMA controller phandle and request line for TX
62 dma-names:
64 - const: rx
65 - const: tx
71 - compatible
72 - reg
73 - reg-names
74 - interrupts
75 - clocks
76 - clock-names
77 - dmas
78 - dma-names
79 - resets
84 - |
85 #include <dt-bindings/interrupt-controller/arm-gic.h>
86 #include <dt-bindings/clock/imx8mp-clock.h>
87 #include <dt-bindings/reset/imx8mp-reset.h>
89 xcvr: xcvr@30cc0000 {
90 compatible = "fsl,imx8mp-xcvr";
95 reg-names = "ram", "regs", "rxfifo", "txfifo";
101 clock-names = "ipg", "phy", "spba", "pll_ipg";
103 dma-names = "rx", "tx";