Lines Matching +full:i2s +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/sound/intel,keembay-i2s.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Intel KeemBay I2S
11 - Sia, Jee Heng <jee.heng.sia@intel.com>
14 Intel KeemBay I2S
19 - intel,keembay-i2s
20 - intel,keembay-tdm
21 - intel,keembay-hdmi-i2s
23 "#sound-dai-cells":
28 - description: I2S registers
29 - description: I2S gen configuration
31 reg-names:
33 - const: i2s-regs
34 - const: i2s_gen_cfg
41 - description: Bus Clock
42 - description: Module Clock
44 clock-names:
46 - const: osc
47 - const: apb_clk
51 - description: DMA TX channel
52 - description: DMA RX channel
54 dma-names:
56 - const: tx
57 - const: rx
60 - compatible
61 - "#sound-dai-cells"
62 - reg
63 - clocks
64 - clock-names
65 - interrupts
70 - |
71 #include <dt-bindings/interrupt-controller/arm-gic.h>
72 #include <dt-bindings/interrupt-controller/irq.h>
75 i2s3: i2s@20140000 {
76 compatible = "intel,keembay-i2s";
77 #sound-dai-cells = <0>;
78 reg = <0x20140000 0x200>, /* I2S registers */
79 <0x202a00a4 0x4>; /* I2S gen configuration */
80 reg-names = "i2s-regs", "i2s_gen_cfg";
82 clock-names = "osc", "apb_clk";
85 dma-names = "tx", "rx";