Lines Matching +full:keembay +full:- +full:i2s
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 - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
12 - Paul J. Murphy <paul.j.murphy@intel.com>
15 Intel KeemBay I2S
18 - $ref: dai-common.yaml#
23 - intel,keembay-i2s
24 - intel,keembay-tdm
25 - intel,keembay-hdmi-i2s
27 "#sound-dai-cells":
32 - description: I2S registers
33 - description: I2S gen configuration
35 reg-names:
37 - const: i2s-regs
38 - const: i2s_gen_cfg
45 - description: Bus Clock
46 - description: Module Clock
48 clock-names:
50 - const: osc
51 - const: apb_clk
55 - description: DMA TX channel
56 - description: DMA RX channel
58 dma-names:
60 - const: tx
61 - const: rx
64 - compatible
65 - "#sound-dai-cells"
66 - reg
67 - clocks
68 - clock-names
69 - interrupts
74 - |
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 #include <dt-bindings/interrupt-controller/irq.h>
79 i2s3: i2s@20140000 {
80 compatible = "intel,keembay-i2s";
81 #sound-dai-cells = <0>;
82 reg = <0x20140000 0x200>, /* I2S registers */
83 <0x202a00a4 0x4>; /* I2S gen configuration */
84 reg-names = "i2s-regs", "i2s_gen_cfg";
86 clock-names = "osc", "apb_clk";
89 dma-names = "tx", "rx";