Lines Matching +full:i2s +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/snps,designware-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: DesignWare I2S controller
10 - Jose Abreu <joabreu@synopsys.com>
15 - items:
16 - const: canaan,k210-i2s
17 - const: snps,designware-i2s
18 - enum:
19 - snps,designware-i2s
26 The interrupt line number for the I2S controller. Add this
27 parameter if the I2S controller that you are using does not
35 clock-names:
43 - description: TX DMA Channel
44 - description: RX DMA Channel
47 dma-names:
49 - const: tx
50 - const: rx
57 const: canaan,k210-i2s
61 "#sound-dai-cells":
66 "#sound-dai-cells":
70 - compatible
71 - reg
72 - clocks
73 - clock-names
76 - required:
77 - dmas
78 - dma-names
79 - required:
80 - interrupts
85 - |
86 soc_i2s: i2s@7ff90000 {
87 compatible = "snps,designware-i2s";
90 clock-names = "i2sclk";
91 #sound-dai-cells = <0>;
93 dma-names = "tx";