Lines Matching +full:imx35 +full:- +full:spdif
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/fsl,spdif.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
20 - fsl,imx35-spdif
21 - fsl,vf610-spdif
22 - fsl,imx6sx-spdif
32 - description: DMA controller phandle and request line for RX
33 - description: DMA controller phandle and request line for TX
35 dma-names:
37 - const: rx
38 - const: tx
42 - description: The core clock of spdif controller.
43 - description: Clock for tx0 and rx0.
44 - description: Clock for tx1 and rx1.
45 - description: Clock for tx2 and rx2.
46 - description: Clock for tx3 and rx3.
47 - description: Clock for tx4 and rx4.
48 - description: Clock for tx5 and rx5.
49 - description: Clock for tx6 and rx6.
50 - description: Clock for tx7 and rx7.
51 - description: The spba clock is required when SPDIF is placed as a bus
57 clock-names:
59 - const: core
60 - const: rxtx0
61 - const: rxtx1
62 - const: rxtx2
63 - const: rxtx3
64 - const: rxtx4
65 - const: rxtx5
66 - const: rxtx6
67 - const: rxtx7
68 - const: spba
71 big-endian:
80 - compatible
81 - reg
82 - interrupts
83 - dmas
84 - dma-names
85 - clocks
86 - clock-names
91 - |
92 spdif@2004000 {
93 compatible = "fsl,imx35-spdif";
98 dma-names = "rx", "tx";
104 clock-names = "core", "rxtx0",
109 big-endian;