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 Device Tree Bindings
11 - Sia, Jee Heng <jee.heng.sia@intel.com>
14 Intel KeemBay I2S
19 - intel,keembay-i2s
20 - intel,keembay-tdm
22 "#sound-dai-cells":
27 - description: I2S registers
28 - description: I2S gen configuration
30 reg-names:
32 - const: i2s-regs
33 - const: i2s_gen_cfg
40 - description: Bus Clock
41 - description: Module Clock
43 clock-names:
45 - const: osc
46 - const: apb_clk
49 - compatible
50 - "#sound-dai-cells"
51 - reg
52 - clocks
53 - clock-names
54 - interrupts
59 - |
60 #include <dt-bindings/interrupt-controller/arm-gic.h>
61 #include <dt-bindings/interrupt-controller/irq.h>
64 i2s3: i2s@20140000 {
65 compatible = "intel,keembay-i2s";
66 #sound-dai-cells = <0>;
67 reg = <0x20140000 0x200>, /* I2S registers */
68 <0x202a00a4 0x4>; /* I2S gen configuration */
69 reg-names = "i2s-regs", "i2s_gen_cfg";
71 clock-names = "osc", "apb_clk";