Lines Matching +full:i2s +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/loongson,ls2k1000-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Loongson-2K1000 I2S controller
10 - Binbin Zhou <[email protected]>
13 - $ref: dai-common.yaml#
17 const: loongson,ls2k1000-i2s
21 - description: Loongson I2S controller Registers.
22 - description: APB DMA config register for Loongson I2S controller.
33 dma-names:
35 - const: tx
36 - const: rx
38 '#sound-dai-cells':
42 - compatible
43 - reg
44 - interrupts
45 - clocks
46 - dmas
47 - dma-names
48 - '#sound-dai-cells'
53 - |
54 #include <dt-bindings/clock/loongson,ls2k-clk.h>
55 #include <dt-bindings/interrupt-controller/irq.h>
57 i2s@1fe2d000 {
58 compatible = "loongson,ls2k1000-i2s";
61 interrupt-parent = <&liointc0>;
65 dma-names = "tx", "rx";
66 #sound-dai-cells = <0>;