Lines Matching +full:imx93 +full:- +full:clock
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Viorel Suman <viorel.suman@nxp.com>
13 NXP XCVR (Audio Transceiver) is a on-chip functional module
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
42 - description: WAKEUPMIX Audio XCVR Interrupt 1
43 - description: WAKEUPMIX Audio XCVR Interrupt 2
48 - description: Peripheral clock
49 - description: PHY clock
50 - description: SPBA clock
51 - description: PLL clock
53 clock-names:
55 - const: ipg
56 - const: phy
57 - const: spba
58 - const: pll_ipg
62 - description: DMA controller phandle and request line for RX
63 - description: DMA controller phandle and request line for TX
65 dma-names:
67 - const: rx
68 - const: tx
74 - compatible
75 - reg
76 - reg-names
77 - interrupts
78 - clocks
79 - clock-names
80 - dmas
81 - dma-names
82 - resets
85 - if:
90 - fsl,imx93-xcvr
104 - |
105 #include <dt-bindings/interrupt-controller/arm-gic.h>
106 #include <dt-bindings/clock/imx8mp-clock.h>
107 #include <dt-bindings/reset/imx8mp-reset.h>
110 compatible = "fsl,imx8mp-xcvr";
115 reg-names = "ram", "regs", "rxfifo", "txfifo";
121 clock-names = "ipg", "phy", "spba", "pll_ipg";
123 dma-names = "rx", "tx";