Lines Matching +full:imx8mp +full:- +full:reset
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
27 - description: 20K RAM for code and data
28 - description: registers space
29 - description: RX FIFO address
30 - description: TX FIFO address
32 reg-names:
34 - const: ram
35 - const: regs
36 - const: rxfifo
37 - const: txfifo
44 - description: Peripheral clock
45 - description: PHY clock
46 - description: SPBA clock
47 - description: PLL clock
49 clock-names:
51 - const: ipg
52 - const: phy
53 - const: spba
54 - const: pll_ipg
58 - description: DMA controller phandle and request line for RX
59 - description: DMA controller phandle and request line for TX
61 dma-names:
63 - const: rx
64 - const: tx
70 - compatible
71 - reg
72 - reg-names
73 - interrupts
74 - clocks
75 - clock-names
76 - dmas
77 - dma-names
78 - resets
83 - |
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
85 #include <dt-bindings/clock/imx8mp-clock.h>
86 #include <dt-bindings/reset/imx8mp-reset.h>
89 compatible = "fsl,imx8mp-xcvr";
94 reg-names = "ram", "regs", "rxfifo", "txfifo";
100 clock-names = "ipg", "phy", "spba", "pll_ipg";
102 dma-names = "rx", "tx";